/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | long_press_recognizer.h | 33 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 D | long_press_recognizer.h | 39 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 D | event_listener.h | 48 bool OnLongPress(UIView &view, const LongPressEvent &event) override
|
/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/ |
H A D | render_gesture_listener.h | 43 void SetOnLongPressCallback(const OnLongPress& callback);
|
H A D | render_gesture_listener.cpp | 407 void RenderGestureListener::SetOnLongPressCallback(const OnLongPress& callback) in SetOnLongPressCallback()
|
/foundation/arkui/ui_lite/test/uitest/test_edit_text/ |
H A D | custom_input_method.h | 60 bool OnLongPress(UIView& view, const LongPressEvent& event) override;
|
H A D | custom_input_method.cpp | 347 bool CustomInputMethod::OnLongPress(UIView &view, const LongPressEvent &event) in OnLongPress() function in OHOS::CustomInputMethod
|
/foundation/arkui/ui_lite/test/unittest/events/ |
H A D | event_bubble_unit_test.cpp | 119 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 D | render_text.h | 103 void OnLongPress(const LongPressInfo& longPressInfo);
|
H A D | render_text.cpp | 277 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 D | render_image.h | 278 void OnLongPress(const LongPressInfo& longPressInfo);
|
H A D | render_image.cpp | 164 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 D | event_listener.h | 158 bool OnLongPress(UIView& view, const LongPressEvent &event) override
|
/foundation/arkui/ui_lite/test/uitest/test_input_event/ |
H A D | ui_test_input_event.h | 254 virtual bool OnLongPress(UIView& view, const LongPressEvent& event) in OnLongPress() function in OHOS::TestOnLongPressListener
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_view.h | 169 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 D | render_text_field.h | 493 void OnLongPress(const LongPressInfo& longPressInfo);
|
H A D | render_text_field.cpp | 685 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 D | long_press_recognizer_test_ng.cpp | 48 OnLongPress onLongPress; in HWTEST_F()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_view.cpp | 489 bool isConsumed = onLongPressListener_->OnLongPress(*this, event); in OnLongPressEvent()
|