Home
last modified time | relevance | path

Searched defs:offsetPct (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dbezier_variable_velocity_motion.h34 BezierVariableVelocityMotion(float offsetPct, MotionCompleteCallbck&& complete) in BezierVariableVelocityMotion()
71 double ComputeVelocity(float offsetPct) in ComputeVelocity()
115 void ReInit(float offsetPct) in ReInit()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_test_ng.cpp835 float offsetPct = 0.5f; variable
1151 float offsetPct = 0.5f; variable
H A Dscrollable_fling_test_ng.cpp343 float offsetPct = 0.5f; variable
1258 float offsetPct = 0.5f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp2872 void ScrollablePattern::HotZoneScroll(const float offsetPct) in HotZoneScroll()
2987 float offsetPct = IsInHotZone(point); in HandleMoveEventInComp() local