Home
last modified time | relevance | path

Searched refs:OnRotateEvent (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_scroll_view.cpp90 bool UIScrollView::OnRotateEvent(const RotateEvent& event) in OnRotateEvent() function in OHOS::UIScrollView
93 return UIView::OnRotateEvent(event); in OnRotateEvent()
137 return UIView::OnRotateEvent(event); in OnRotateEvent()
143 return UIView::OnRotateEvent(event); in OnRotateEndEvent()
H A Dui_slider.cpp362 bool UISlider::OnRotateEvent(const RotateEvent& event) in OnRotateEvent() function in OHOS::UISlider
368 return UIView::OnRotateEvent(event); in OnRotateEvent()
393 return UIView::OnRotateEvent(event); in OnRotateEvent()
H A Dui_abstract_scroll.cpp358 bool UIAbstractScroll::OnRotateEvent(const RotateEvent& event) in OnRotateEvent() function in OHOS::UIAbstractScroll
367 return UIView::OnRotateEvent(event); in OnRotateEvent()
H A Dui_swipe_view.cpp199 bool UISwipeView::OnRotateEvent(const RotateEvent& event) in OnRotateEvent() function in OHOS::UISwipeView
211 return UIView::OnRotateEvent(event); in OnRotateEvent()
H A Dui_view.cpp689 bool UIView::OnRotateEvent(const RotateEvent& event) in OnRotateEvent() function in OHOS::UIView
/ohos5.0/foundation/arkui/ui_lite/frameworks/dock/
H A Drotate_input_device.cpp84 view->OnRotateEvent(data.rotate); in DispatchEvent()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_scroll_view.h146 bool OnRotateEvent(const RotateEvent& event) override;
H A Dui_slider.h265 bool OnRotateEvent(const RotateEvent& event) override;
H A Dui_swipe_view.h213 bool OnRotateEvent(const RotateEvent& event) override;
H A Dui_abstract_scroll.h338 bool OnRotateEvent(const RotateEvent& event) override;
H A Dui_view.h372 virtual bool OnRotateEvent(const RotateEvent& event);
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_view_unit_test.cpp294 EXPECT_EQ(scrollView_->OnRotateEvent(*event), false);