Home
last modified time | relevance | path

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

/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()
126 GRAPHIC_LOGI("UIScrollView::OnRotateEvent calls TYPE_ONE vibrator"); in OnRotateEvent()
133 GRAPHIC_LOGI("UIScrollView::OnRotateEvent calls TYPE_THREE vibrator"); 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()
382 GRAPHIC_LOGI("UISlider::OnRotateEvent calls TYPE_THREE vibrator"); in OnRotateEvent()
387 GRAPHIC_LOGI("UISlider::OnRotateEvent calls TYPE_TWO vibrator"); 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
/foundation/arkui/ui_lite/frameworks/dock/
H A Drotate_input_device.cpp84 view->OnRotateEvent(data.rotate); in DispatchEvent()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_scroll_view.h146 bool OnRotateEvent(const RotateEvent& event) override;
H A Dui_swipe_view.h213 bool OnRotateEvent(const RotateEvent& event) override;
H A Dui_slider.h265 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);
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_view_unit_test.cpp284 * @tc.desc: Verify OnRotateStartEvent OnRotateEvent OnRotateEndEvent function.
294 EXPECT_EQ(scrollView_->OnRotateEvent(*event), false); in HWTEST_F()

Completed in 10 milliseconds