Home
last modified time | relevance | path

Searched refs:onLongPressEvent_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h738 std::function<void()> onLongPressEvent_; variable
H A Drender_text_field.cpp253 onLongPressEvent_ = AceAsyncEvent<void()>::Create(textField->GetOnLongPress(), context_); in Update()
865 if (onLongPressEvent_) { in OnLongPress()
866 onLongPressEvent_(); in OnLongPress()