Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Drotate_input_device.cpp74 view->OnRotateEndEvent(0); in DispatchEvent()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_swipe_view.cpp214 bool UISwipeView::OnRotateEndEvent(const RotateEvent& event) in OnRotateEndEvent() function in OHOS::UISwipeView
229 return UIView::OnRotateEndEvent(event); in OnRotateEndEvent()
233 return UIView::OnRotateEndEvent(event); in OnRotateEndEvent()
H A Dui_scroll_view.cpp140 bool UIScrollView::OnRotateEndEvent(const RotateEvent& event) in OnRotateEndEvent() function in OHOS::UIScrollView
145 return UIAbstractScroll::OnRotateEndEvent(event); in OnRotateEndEvent()
H A Dui_abstract_scroll.cpp370 bool UIAbstractScroll::OnRotateEndEvent(const RotateEvent& event) in OnRotateEndEvent() function in OHOS::UIAbstractScroll
395 return UIView::OnRotateEndEvent(event); in OnRotateEndEvent()
H A Dui_slider.cpp396 bool UISlider::OnRotateEndEvent(const RotateEvent& event) in OnRotateEndEvent() function in OHOS::UISlider
399 return UIView::OnRotateEndEvent(event); in OnRotateEndEvent()
H A Dui_list.cpp241 bool UIList::OnRotateEndEvent(const RotateEvent& event) in OnRotateEndEvent() function in OHOS::UIList
244 return UIAbstractScroll::OnRotateEndEvent(event); in OnRotateEndEvent()
H A Dui_view.cpp697 bool UIView::OnRotateEndEvent(const RotateEvent& event) in OnRotateEndEvent() function in OHOS::UIView
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_scroll_view.h148 bool OnRotateEndEvent(const RotateEvent& event) override;
H A Dui_slider.h267 bool OnRotateEndEvent(const RotateEvent& event) override;
H A Dui_swipe_view.h215 bool OnRotateEndEvent(const RotateEvent& event) override;
H A Dui_list.h219 bool OnRotateEndEvent(const RotateEvent& event) override;
H A Dui_abstract_scroll.h340 bool OnRotateEndEvent(const RotateEvent& event) override;
H A Dui_view.h379 virtual bool OnRotateEndEvent(const RotateEvent& event);
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_view_unit_test.cpp295 EXPECT_EQ(scrollView_->OnRotateEndEvent(*event), false);