Home
last modified time | relevance | path

Searched refs:OnPress (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dpress_recognizer.h33 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 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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_pattern.h237 void OnPress(const TouchEventInfo& info);
H A Doption_pattern.cpp196 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 Dprogress_pattern.h150 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
/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 in OHOS::UIView::OnTouchListener
/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 in OHOS::TestOnTouchListener
/foundation/arkui/ace_engine/test/unittest/core/pattern/option/
H A Doption_test_ng.cpp209 * @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 Devent_bubble_unit_test.cpp133 virtual bool OnPress(UIView& view, const PressEvent& event) in OnPress() function in OHOS::TestOnTouchListener
/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()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h103 void OnPress(const PointerEvent& event);
/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()

Completed in 16 milliseconds