Home
last modified time | relevance | path

Searched refs:TOUCH_BOTTOM_CURVE_MASS (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp43 constexpr float TOUCH_BOTTOM_CURVE_MASS = 0.2f; variable
576 …tion.SetCurve(AceType::MakeRefPtr<CubicCurve>(TOUCH_BOTTOM_CURVE_VELOCITY, TOUCH_BOTTOM_CURVE_MASS, in UpdateTouchBottomAnimation()