/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | press_recognizer.h | 33 using OnPress = std::function<void(const PressInfo&)>; 46 void SetOnPress(const OnPress& onPress) in SetOnPress() 65 OnPress onPress_;
|
/foundation/arkui/ui_lite/test/uitest/test_rotate_input/ |
H A D | ui_test_rotate_input.h | 41 bool OnPress(UIView& view, const PressEvent& event) override;
|
H A D | ui_test_rotate_input.cpp | 386 bool UITestRotateInput::OnPress(UIView& view, const PressEvent& event) in OnPress() function in OHOS::UITestRotateInput
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_pattern.h | 237 void OnPress(const TouchEventInfo& info);
|
H A D | option_pattern.cpp | 196 pattern->OnPress(info); in RegisterOnTouch() 262 void OptionPattern::OnPress(const TouchEventInfo& info) in OnPress() function in OHOS::Ace::NG::OptionPattern
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_pattern.h | 150 void OnPress(const TouchEventInfo& info);
|
H A D | progress_pattern.cpp | 157 buttonPattern->OnPress(info); in InitTouchEvent() 192 void ProgressPattern::OnPress(const TouchEventInfo& info) in OnPress() function in OHOS::Ace::NG::ProgressPattern
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_video.h | 382 bool OnPress(UIView& view, const PressEvent& event) override;
|
H A D | ui_view.h | 262 virtual bool OnPress(UIView& view, const PressEvent& event) in OnPress() function in OHOS::UIView::OnTouchListener
|
/foundation/arkui/ui_lite/test/uitest/test_input_event/ |
H A D | ui_test_input_event.h | 276 virtual bool OnPress(UIView& view, const PressEvent& event) in OnPress() function in OHOS::TestOnTouchListener
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/option/ |
H A D | option_test_ng.cpp | 209 * @tc.desc: Test OptionPattern OnHover, OnPress, OnKeyEvent. 236 * @tc.steps: step3. construct TouchEventInfo and call OnPress. in HWTEST_F() 245 optionPattern_->OnPress(touchInfo); in HWTEST_F() 253 optionPattern_->OnPress(touchInfo2); in HWTEST_F()
|
/foundation/arkui/ui_lite/test/unittest/events/ |
H A D | event_bubble_unit_test.cpp | 133 virtual bool OnPress(UIView& view, const PressEvent& event) in OnPress() function in OHOS::TestOnTouchListener
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_video.cpp | 601 bool UIVideo::OnPress(UIView& view, const PressEvent& event) in OnPress() function in OHOS::UIVideo
|
H A D | ui_view.cpp | 539 bool isConsumed = onTouchListener_->OnPress(*this, event); in OnPressEvent()
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/ |
H A D | lume_common.h | 103 void OnPress(const PointerEvent& event);
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 662 void OrbitCameraHelper::OnPress(const PointerEvent& event) in OnPress() function in OHOS::Render3D::OrbitCameraHelper 785 OnPress(event); in HandlePointerEvent()
|