Home
last modified time | relevance | path

Searched defs:OnDrag (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_drag_test.cpp36 void TestDragListener::OnDrag(int32_t x, int32_t y, DragEvent event) in OnDrag() function in OHOS::Rosen::TestDragListener
/ohos5.0/base/update/updater/services/ui/control/
H A Devent_listener.cpp120 bool BtnOnDragListener::OnDrag(OHOS::UIView &view, const OHOS::DragEvent &event) in OnDrag() function in Updater::BtnOnDragListener
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.cpp113 bool ViewOnTouchListener::OnDrag(UIView& view, const DragEvent& event) in OnDrag() function in OHOS::ACELite::ViewOnTouchListener
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_slider/
H A Dui_test_slider.cpp99 bool TestUISliderEventListener::OnDrag(UIView& view, const DragEvent& event) in OnDrag() function in OHOS::TestUISliderEventListener
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view.h215 virtual bool OnDrag(UIView& view, const DragEvent& event) in OnDrag() function
/ohos5.0/foundation/arkui/ui_lite/test/unittest/events/
H A Devent_bubble_unit_test.cpp147 virtual bool OnDrag(DragEvent& event) in OnDrag() function in OHOS::TestOnDragListener
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_switch.cpp298 void RenderSwitch::OnDrag(const Offset& updatePoint) in OnDrag() function in OHOS::Ace::RenderSwitch
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_input_event/
H A Dui_test_input_event.h327 virtual bool OnDrag(UIView& view, const DragEvent& event) in OnDrag() function
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp124 void OnDrag(int32_t x, int32_t y, OHOS::Rosen::DragEvent event) in OnDrag() function in OHOS::Ace::DragWindowListener
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp767 void AceAbility::OnDrag(int32_t x, int32_t y, OHOS::Rosen::DragEvent event) in OnDrag() function in OHOS::Ace::AceAbility
H A Dui_content_impl.cpp608 void OnDrag(int32_t x, int32_t y, OHOS::Rosen::DragEvent event) in OnDrag() function in OHOS::Ace::DragWindowListener
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp156 void OnDrag(int32_t x, int32_t y, DragEvent event) override in OnDrag() function in OHOS::WindowDragListener
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h198 virtual void OnDrag(int32_t x, int32_t y, DragEvent event) {} in OnDrag() function