Searched defs:mainVelocity (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | base_gesture_event.h | 109 void SetMainVelocity(double mainVelocity) in SetMainVelocity()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | drag_recognizer.h | 102 DragEndInfo& SetMainVelocity(double mainVelocity) in SetMainVelocity()
|
H A D | gesture_event.h | 180 void SetMainVelocity(double mainVelocity) in SetMainVelocity()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_test_ng.cpp | 326 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 D | scrollable_fling_test_ng.cpp | 1568 auto scollEndCallback = [&isEndCalled](float mainVelocity) { in __anonff57590a1302() 1572 auto scollstartCallback = [&isStartCalled](bool isDrag, float mainVelocity) { in __anonff57590a1402()
|
H A D | scrollable_cover_test_ng.cpp | 810 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 D | datepicker_column_pattern.h | 235 void SetMainVelocity(double mainVelocity) in SetMainVelocity()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_column_pattern.h | 266 void SetMainVelocity(double mainVelocity) in SetMainVelocity()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_column_pattern.h | 315 void SetMainVelocity(double mainVelocity) in SetMainVelocity()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scrollable.cpp | 963 … 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 D | scrollable.cpp | 822 … double mainPosition, double mainVelocity, const ExtentPair& extent, const ExtentPair& initExtent) in StartSpringMotion()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.cpp | 1002 void RenderSwiper::StartSpringMotion(double mainPosition, double mainVelocity, in StartSpringMotion()
|