Home
last modified time | relevance | path

Searched refs:OnPress (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dpress_recognizer.h33 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 Dui_test_rotate_input.h41 bool OnPress(UIView& view, const PressEvent& event) override;
H A Dui_test_rotate_input.cpp386 bool UITestRotateInput::OnPress(UIView& view, const PressEvent& event) in OnPress() function in OHOS::UITestRotateInput
/ohos5.0/base/update/updater/services/ui/control/
H A Devent_listener.h66 bool OnPress(OHOS::UIView &view, const OHOS::PressEvent &event) override;
H A Devent_listener.cpp96 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 Dprogress_pattern.h148 void OnPress(const TouchEventInfo& info);
H A Dprogress_pattern.cpp157 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 Doption_pattern.h232 void OnPress(const TouchEventInfo& info);
H A Doption_pattern.cpp213 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 Dui_video.h382 bool OnPress(UIView& view, const PressEvent& event) override;
H A Dui_view.h262 virtual bool OnPress(UIView& view, const PressEvent& event) in OnPress() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/option/
H A Doption_test_ng.cpp242 optionPattern_->OnPress(touchInfo);
250 optionPattern_->OnPress(touchInfo2);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_input_event/
H A Dui_test_input_event.h276 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 Dlume_common.h103 void OnPress(const PointerEvent& event);
/ohos5.0/foundation/arkui/ui_lite/test/unittest/events/
H A Devent_bubble_unit_test.cpp133 virtual bool OnPress(UIView& view, const PressEvent& event) in OnPress() function in OHOS::TestOnTouchListener
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_video.cpp601 bool UIVideo::OnPress(UIView& view, const PressEvent& event) in OnPress() function in OHOS::UIVideo
H A Dui_view.cpp539 bool isConsumed = onTouchListener_->OnPress(*this, event); in OnPressEvent()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp662 void OrbitCameraHelper::OnPress(const PointerEvent& event) in OnPress() function in OHOS::Render3D::OrbitCameraHelper
785 OnPress(event); in HandlePointerEvent()