Home
last modified time | relevance | path

Searched refs:IsShowPaste (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.cpp278 menuInfo.menuIsShow = (hasText || IsShowPaste() || menuInfo.showCameraInput) && in OnUpdateMenuInfo()
282 menuInfo.showPaste = IsShowPaste(); in OnUpdateMenuInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp280 menuInfo.showPaste = IsShowPaste(); in OnUpdateMenuInfo()
354 needRefreshMenu_ = !IsShowPaste() && pattern->copyOption_ != CopyOptions::None; in OnMenuItemAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.h126 bool IsShowPaste() in IsShowPaste() function