Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dlong_press_recognizer.h54 void SetOnLongPress(const OnLongPress& onLongPress) in SetOnLongPress() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.h59 void SetOnLongPress(const OnLongPress& onLongPress) in SetOnLongPress() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp466 void TextFieldComponent::SetOnLongPress(const EventMarker& onLongPress) in SetOnLongPress() function in OHOS::Ace::TextFieldComponent
468 declaration_->SetOnLongPress(onLongPress); in SetOnLongPress()
H A Dtext_field_component.h243 void SetOnLongPress(const EventMarker& onLongPress);
H A Drender_text_field.cpp613 longPressRecognizer_->SetOnLongPress([weak = WeakClaim(this)](const LongPressInfo& info) { in OnTouchTestHit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component.h349 void SetOnLongPress(const RefPtr<Gesture>& onLongPressId) in SetOnLongPress() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_menu.cpp182 idNode->SetOnLongPress(longPressMarkerId_); in BindIdNode()
H A Ddom_search.cpp277 const EventMarker& event) { textField->SetOnLongPress(event); } }, in AddSpecializedEvent()
H A Ddom_textarea.cpp268 const EventMarker& event) { component->SetOnLongPress(event); } }, in AddSpecializedEvent()
H A Ddom_node.h202 void SetOnLongPress(const EventMarker& eventMarker) in SetOnLongPress() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp292 …tFieldDeclaration& declaration, const EventMarker& event) { declaration.SetOnLongPress(event); } }, in SetSpecializedEvent()
H A Dtextfield_declaration.h979 void SetOnLongPress(const EventMarker& onLongPress) in SetOnLongPress() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Drender_gesture_listener.cpp413 longPressRecognizer_->SetOnLongPress(callback); in SetOnLongPressCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp280 … textOverlayRecognizer_->SetOnLongPress([weak = WeakClaim(this)](const LongPressInfo& info) { in OnTouchTestHit()
401 … longPressRecognizer_->SetOnLongPress([weak = WeakClaim(this)](const LongPressInfo& info) { in OnTouchTestHit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp394 const EventMarker& event) { component->SetOnLongPress(event); } }, in AddChildEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp161 … textOverlayRecognizer_->SetOnLongPress([weak = WeakClaim(this)](const LongPressInfo& info) { in OnTouchTestHit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp1598 box->SetOnLongPress(longGesture); in BindContextMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp1067 longPress->SetOnLongPress( in CreateDragDropRecognizer()