Home
last modified time | relevance | path

Searched refs:isShowMenu (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_overlay_callback.h59 bool isShowMenu = false; member
64 return isSingleHandle && !isShowMenu && isHiddenHandle; in CanBackPressed()
H A Dselect_content_overlay_manager.cpp624 info->isShowMenu = shareOverlayInfo_->menuInfo.menuIsShow; in CloseInternal()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.h131 void SetMenuIsShow(bool isShowMenu) in SetMenuIsShow() argument
133 isShowMenu_ = isShowMenu; in SetMenuIsShow()
134 originalMenuIsShow_ = isShowMenu; in SetMenuIsShow()
/ohos5.0/foundation/multimedia/av_session/avpicker/
H A Davpicker.ets370 if (JSON.stringify(data['isShowMenu']) !== undefined) {
371 console.info(TAG, `isShowMenu : ${JSON.stringify(data['isShowMenu'])}`);
372 this.isMenuShow = data['isShowMenu'] as boolean;
H A Davpicker.js544 if (JSON.stringify(l8.isShowMenu) !== undefined) {
545 console.info(TAG, `isShowMenu : ${l8.isShowMenu}`);
546 this.isMenuShow = l8.isShowMenu;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp5717 bool isShowMenu = selectOverlay_->IsCurrentMenuVisibile(); in SetSelectionFlag() local
5741 isShowMenu = IsShowMenu(options, isShowMenu); in SetSelectionFlag()
5742 if (!isShowMenu && IsUsingMouse()) { in SetSelectionFlag()
5745 ProcessOverlay({ .menuIsShow = isShowMenu, .animation = true }); in SetSelectionFlag()