Home
last modified time | relevance | path

Searched refs:GetExpandDisplay (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmulti_menu_layout_algorithm.cpp93 auto expandDisplay = theme->GetExpandDisplay(); in UpdateMenuDefaultConstraintByDevice()
H A Dmenu_pattern.cpp599 auto expandDisplay = theme->GetExpandDisplay(); in HideMenu()
955 auto expandDisplay = theme->GetExpandDisplay(); in InitTheme()
H A Dmenu_layout_algorithm.cpp715 auto expandDisplay = theme->GetExpandDisplay(); in UpdateChildConstraintByDevice()
2674 isExpandDisplay_ = theme->GetExpandDisplay() || isFreeMultiWindow_; in InitCanExpandCurrentWindow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h396 bool GetExpandDisplay() const in GetExpandDisplay() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.cpp570 auto expandDisplay = theme->GetExpandDisplay(); in OnDirtyLayoutWrapperSwap()
596 auto expandDisplay = theme->GetExpandDisplay(); in SetHotAreas()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp132 expandDisplay_ = dialogTheme->GetExpandDisplay() || IsShowInFreeMultiWindow(); in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp534 if (theme->GetExpandDisplay()) { in IsExpandDisplay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.cpp121 auto expandDisplay = theme->GetExpandDisplay(); in BindMenu()
H A Dview_abstract.cpp2005 auto expandDisplay = theme->GetExpandDisplay(); in BindMenuWithItems()
2041 auto expandDisplay = theme->GetExpandDisplay(); in BindMenuWithCustomNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h1068 bool GetExpandDisplay() const in GetExpandDisplay() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp80 expandDisplay_ = dialogTheme->GetExpandDisplay() || dialogPattern->IsShowInFreeMultiWindow(); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_pattern.cpp1427 if (theme->GetExpandDisplay()) { in UpdateTextOverflow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp1197 auto expandDisplay = theme->GetExpandDisplay(); in OnPopMenuAnimationFinished()
6132 if (theme->GetExpandDisplay()) { in ShowAIEntityMenu()
6147 auto expandDisplay = theme->GetExpandDisplay(); in CloseAIEntityMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp3412 menuParam.isShowInSubWindow = theme->GetExpandDisplay(); in GetMenuShowInSubwindow()