/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | press_recognizer.h | 33 using OnPress = std::function<void(const PressInfo&)>; variable 46 void SetOnPress(const OnPress& onPress) in SetOnPress() 65 OnPress onPress_;
|
/ohos5.0/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
|
/ohos5.0/base/update/updater/services/ui/control/ |
H A D | event_listener.h | 66 bool OnPress(OHOS::UIView &view, const OHOS::PressEvent &event) override;
|
H A D | event_listener.cpp | 96 bool BtnOnEventListener::OnPress(OHOS::UIView &view, [[maybe_unused]] const OHOS::PressEvent &event)
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_pattern.h | 148 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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_pattern.h | 232 void OnPress(const TouchEventInfo& info);
|
H A D | option_pattern.cpp | 213 pattern->OnPress(info); in RegisterOnTouch() 279 void OptionPattern::OnPress(const TouchEventInfo& info) in OnPress() function in OHOS::Ace::NG::OptionPattern
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/option/ |
H A D | option_test_ng.cpp | 242 optionPattern_->OnPress(touchInfo); 250 optionPattern_->OnPress(touchInfo2);
|
/ohos5.0/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
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/ |
H A D | lume_common.h | 103 void OnPress(const PointerEvent& event);
|
/ohos5.0/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
|
/ohos5.0/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()
|
/ohos5.0/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()
|