Home
last modified time | relevance | path

Searched defs:OnLongPress (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/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 in OnLongPress() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dlong_press_recognizer.h33 using OnLongPress = std::function<void(const LongPressInfo&)>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.h39 using OnLongPress = std::function<void(const LongPressInfo&)>; variable
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.cpp347 bool CustomInputMethod::OnLongPress(UIView &view, const LongPressEvent &event) in OnLongPress() function in OHOS::CustomInputMethod
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.h158 bool OnLongPress(UIView& view, const LongPressEvent &event) override in OnLongPress() function
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view.h169 virtual bool OnLongPress(UIView& view, const LongPressEvent& event) in OnLongPress() function
/ohos5.0/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
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp175 void RenderImage::OnLongPress(const LongPressInfo& longPressInfo) in OnLongPress() function in OHOS::Ace::RenderImage
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp454 void RenderText::OnLongPress(const LongPressInfo& longPressInfo) in OnLongPress() function in OHOS::Ace::RenderText
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp857 void RenderTextField::OnLongPress(const LongPressInfo& longPressInfo) in OnLongPress() function in OHOS::Ace::RenderTextField