Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dlong_press_recognizer.h54 void SetOnLongPress(const OnLongPress& onLongPress) in SetOnLongPress() function in OHOS::Ace::LongPressRecognizer
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.h59 void SetOnLongPress(const OnLongPress& onLongPress) in SetOnLongPress() function in OHOS::Ace::NG::LongPressRecognizer
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp465 void TextFieldComponent::SetOnLongPress(const EventMarker& onLongPress) in SetOnLongPress() function in OHOS::Ace::TextFieldComponent
467 declaration_->SetOnLongPress(onLongPress); in SetOnLongPress()
H A Dtext_field_component.h246 void SetOnLongPress(const EventMarker& onLongPress);
H A Drender_text_field.cpp682 longPressRecognizer_->SetOnLongPress([weak = WeakClaim(this)](const LongPressInfo& info) { in OnTouchTestHit()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component.h349 void SetOnLongPress(const RefPtr<Gesture>& onLongPressId) in SetOnLongPress() function in OHOS::Ace::BoxComponent
/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.cpp274 const EventMarker& event) { component->SetOnLongPress(event); } }, in AddSpecializedEvent()
H A Ddom_node.h202 void SetOnLongPress(const EventMarker& eventMarker) in SetOnLongPress() function in OHOS::Ace::Framework::DOMNode
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp298 [](TextFieldDeclaration& declaration, const EventMarker& event) { declaration.SetOnLongPress(event); } }, in SetSpecializedEvent()
H A Dtextfield_declaration.h992 void SetOnLongPress(const EventMarker& onLongPress) in SetOnLongPress() function in OHOS::Ace::TextFieldDeclaration
/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Drender_gesture_listener.cpp413 longPressRecognizer_->SetOnLongPress(callback); in SetOnLongPressCallback()
/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/
H A Dgestures_test.cpp657 longPressRecognizer->SetOnLongPress([&onLongPress](const LongPressInfo& info) { in HWTEST_F()
696 longPressRecognizer->SetOnLongPress([&onLongPress](const LongPressInfo& info) { in HWTEST_F()
746 longPressRecognizer->SetOnLongPress([&onLongPress](const LongPressInfo& info) { in HWTEST_F()
797 longPressRecognizer->SetOnLongPress([&onLongPress](const LongPressInfo& info) { in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp274 textOverlayRecognizer_->SetOnLongPress([weak = WeakClaim(this)](const LongPressInfo& info) { in OnTouchTestHit()
395 longPressRecognizer_->SetOnLongPress([weak = WeakClaim(this)](const LongPressInfo& info) { in OnTouchTestHit()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp394 const EventMarker& event) { component->SetOnLongPress(event); } }, in AddChildEvent()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp161 textOverlayRecognizer_->SetOnLongPress([weak = WeakClaim(this)](const LongPressInfo& info) { in OnTouchTestHit()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp1582 box->SetOnLongPress(longGesture);
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp1067 longPress->SetOnLongPress(

Completed in 31 milliseconds