Home
last modified time | relevance | path

Searched defs:mainVelocity (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dbase_gesture_event.h109 void SetMainVelocity(double mainVelocity) in SetMainVelocity()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Ddrag_recognizer.h102 DragEndInfo& SetMainVelocity(double mainVelocity) in SetMainVelocity()
H A Dgesture_event.h180 void SetMainVelocity(double mainVelocity) in SetMainVelocity()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_test_ng.cpp326 void ListTestNg::DragSwiperItem(int32_t index, float mainDelta, float mainVelocity) in DragSwiperItem()
352 void ListTestNg::HandleDragEnd(int32_t index, float mainVelocity) in HandleDragEnd()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_fling_test_ng.cpp1568 auto scollEndCallback = [&isEndCalled](float mainVelocity) { in __anonff57590a1302()
1572 auto scollstartCallback = [&isStartCalled](bool isDrag, float mainVelocity) { in __anonff57590a1402()
H A Dscrollable_cover_test_ng.cpp810 auto startCallBack = [&isDragTest, &mainVelocityTest](bool isDrag, float mainVelocity) { in __anon09dd19591002()
815 auto endCallBack = [&mainVelocityTest](float mainVelocity) { in __anon09dd19591102()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.h235 void SetMainVelocity(double mainVelocity) in SetMainVelocity()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.h266 void SetMainVelocity(double mainVelocity) in SetMainVelocity()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.h315 void SetMainVelocity(double mainVelocity) in SetMainVelocity()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp963 … double mainPosition, double mainVelocity, const ExtentPair& extent, const ExtentPair& initExtent) in StartSpringMotion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp822 … double mainPosition, double mainVelocity, const ExtentPair& extent, const ExtentPair& initExtent) in StartSpringMotion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp1002 void RenderSwiper::StartSpringMotion(double mainPosition, double mainVelocity, in StartSpringMotion()