Home
last modified time | relevance | path

Searched refs:OnLongPress (Results 1 - 19 of 19) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dlong_press_recognizer.h33 using OnLongPress = std::function<void(const LongPressInfo&)>;
54 void SetOnLongPress(const OnLongPress& onLongPress) in SetOnLongPress()
79 OnLongPress onLongPress_;
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.h39 using OnLongPress = std::function<void(const LongPressInfo&)>;
59 void SetOnLongPress(const OnLongPress& onLongPress) in SetOnLongPress()
142 OnLongPress onLongPress_;
/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
H A Devent_listener.h48 bool OnLongPress(UIView &view, const LongPressEvent &event) override
/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Drender_gesture_listener.h43 void SetOnLongPressCallback(const OnLongPress& callback);
H A Drender_gesture_listener.cpp407 void RenderGestureListener::SetOnLongPressCallback(const OnLongPress& callback) in SetOnLongPressCallback()
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.h60 bool OnLongPress(UIView& view, const LongPressEvent& event) override;
H A Dcustom_input_method.cpp347 bool CustomInputMethod::OnLongPress(UIView &view, const LongPressEvent &event) in OnLongPress() function in OHOS::CustomInputMethod
/foundation/arkui/ui_lite/test/unittest/events/
H A Devent_bubble_unit_test.cpp119 virtual bool OnLongPress(UIView& view, const LongPressEvent& event) in OnLongPress() function in OHOS::TestOnLongPressListener
362 * @tc.desc: Verify UIView::OnLongPress equal.
376 bool ret = longPressListener->OnLongPress(*clickView_, longPressEvent); in HWTEST_F()
384 ret = longPressListener2->OnLongPress(*clickView_, longPressEvent); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.h103 void OnLongPress(const LongPressInfo& longPressInfo);
H A Drender_text.cpp277 client->OnLongPress(info); in OnTouchTestHit()
448 void RenderText::OnLongPress(const LongPressInfo& longPressInfo) in OnLongPress() function in OHOS::Ace::RenderText
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.h278 void OnLongPress(const LongPressInfo& longPressInfo);
H A Drender_image.cpp164 client->OnLongPress(info); in OnTouchTestHit()
175 void RenderImage::OnLongPress(const LongPressInfo& longPressInfo) in OnLongPress() function in OHOS::Ace::RenderImage
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.h158 bool OnLongPress(UIView& view, const LongPressEvent &event) override
/foundation/arkui/ui_lite/test/uitest/test_input_event/
H A Dui_test_input_event.h254 virtual bool OnLongPress(UIView& view, const LongPressEvent& event) in OnLongPress() function in OHOS::TestOnLongPressListener
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view.h169 virtual bool OnLongPress(UIView& view, const LongPressEvent& event) in OnLongPress() function in OHOS::UIView::OnLongPressListener
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h493 void OnLongPress(const LongPressInfo& longPressInfo);
H A Drender_text_field.cpp685 client->OnLongPress(info); in OnTouchTestHit()
962 void RenderTextField::OnLongPress(const LongPressInfo& longPressInfo) in OnLongPress() function in OHOS::Ace::RenderTextField
2733 textField->OnLongPress(LongPressInfo(0)); in InitAccessibilityEventListener()
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dlong_press_recognizer_test_ng.cpp48 OnLongPress onLongPress; in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp489 bool isConsumed = onLongPressListener_->OnLongPress(*this, event); in OnLongPressEvent()

Completed in 21 milliseconds