/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | long_press_recognizer.h | 54 void SetOnLongPress(const OnLongPress& onLongPress) in SetOnLongPress() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | long_press_recognizer.h | 59 void SetOnLongPress(const OnLongPress& onLongPress) in SetOnLongPress() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | text_field_component.cpp | 466 void TextFieldComponent::SetOnLongPress(const EventMarker& onLongPress) in SetOnLongPress() function in OHOS::Ace::TextFieldComponent 468 declaration_->SetOnLongPress(onLongPress); in SetOnLongPress()
|
H A D | text_field_component.h | 243 void SetOnLongPress(const EventMarker& onLongPress);
|
H A D | render_text_field.cpp | 613 longPressRecognizer_->SetOnLongPress([weak = WeakClaim(this)](const LongPressInfo& info) { in OnTouchTestHit()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | box_component.h | 349 void SetOnLongPress(const RefPtr<Gesture>& onLongPressId) in SetOnLongPress() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_menu.cpp | 182 idNode->SetOnLongPress(longPressMarkerId_); in BindIdNode()
|
H A D | dom_search.cpp | 277 const EventMarker& event) { textField->SetOnLongPress(event); } }, in AddSpecializedEvent()
|
H A D | dom_textarea.cpp | 268 const EventMarker& event) { component->SetOnLongPress(event); } }, in AddSpecializedEvent()
|
H A D | dom_node.h | 202 void SetOnLongPress(const EventMarker& eventMarker) in SetOnLongPress() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.cpp | 292 …tFieldDeclaration& declaration, const EventMarker& event) { declaration.SetOnLongPress(event); } }, in SetSpecializedEvent()
|
H A D | textfield_declaration.h | 979 void SetOnLongPress(const EventMarker& onLongPress) in SetOnLongPress() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/ |
H A D | render_gesture_listener.cpp | 413 longPressRecognizer_->SetOnLongPress(callback); in SetOnLongPressCallback()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | render_text.cpp | 280 … 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 D | dom_textfield_util.cpp | 394 const EventMarker& event) { component->SetOnLongPress(event); } }, in AddChildEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | render_image.cpp | 161 … textOverlayRecognizer_->SetOnLongPress([weak = WeakClaim(this)](const LongPressInfo& info) { in OnTouchTestHit()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.cpp | 1598 box->SetOnLongPress(longGesture); in BindContextMenu()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.cpp | 1067 longPress->SetOnLongPress( in CreateDragDropRecognizer()
|