Home
last modified time | relevance | path

Searched refs:expandDisplay_ (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_model_test_ng.cpp331 theme->expandDisplay_ = true;
368 theme->expandDisplay_ = false;
424 theme->expandDisplay_ = false;
462 theme->expandDisplay_ = true;
498 theme->expandDisplay_ = false;
539 theme->expandDisplay_ = true;
579 theme->expandDisplay_ = true;
617 theme->expandDisplay_ = true;
664 theme->expandDisplay_ = false;
709 theme->expandDisplay_ = true;
[all …]
/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()
347 CHECK_NULL_RETURN(expandDisplay_ && isShowInSubWindow_, false); in IsGetExpandDisplayValidHeight()
414 if (Container::GreatOrEqualAPIVersion(PlatformVersion::VERSION_ELEVEN) && expandDisplay_) { in ComputeInnerLayoutParam()
509 if (isUIExtensionSubWindow_ && expandDisplay_) { in ProcessMaskRect()
529 if (expandDisplay_ && hostWindowRect_.GetSize().IsPositive()) { in GetMaskRect()
632 if (expandDisplay_) { in SetSubWindowHotarea()
708 …auto isHostWindowAlign = isUIExtensionSubWindow_ && expandDisplay_ && hostWindowRect_.GetSize().Is… in ComputeChildPosition()
929 if (expandDisplay_ && !isFullScreen) { in ClipUIExtensionSubWindowContent()
H A Ddialog_layout_algorithm.h113 bool expandDisplay_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h250 theme->expandDisplay_ = false; in ParsePartTwo()
254 theme->expandDisplay_ = true; in ParsePartTwo()
256 theme->expandDisplay_ = false; in ParsePartTwo()
420 theme->expandDisplay_ = expandDisplay_; in ClonePartThree()
1070 return expandDisplay_; in GetExpandDisplay()
1247 bool expandDisplay_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h398 return expandDisplay_; in GetExpandDisplay()
563 bool expandDisplay_ = false; variable
H A Ddialog_theme.cpp71 theme->expandDisplay_ = false; in ParsePattern()
74 theme->expandDisplay_ = (expandDisplay == "true"); in ParsePattern()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.h155 bool expandDisplay_ = false; variable
H A Dtoast_pattern.cpp132 expandDisplay_ = dialogTheme->GetExpandDisplay() || IsShowInFreeMultiWindow(); in OnDirtyLayoutWrapperSwap()
135 if (!IsSystemTopMost() && (IsUIExtensionSubWindow() || (!IsDefaultToast() && expandDisplay_))) { in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.h444 return expandDisplay_; in GetMenuExpandDisplay()
628 bool expandDisplay_ = false; variable
H A Dmenu_pattern.cpp956 expandDisplay_ = expandDisplay; in InitTheme()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_test_ng.cpp1356 dialogLayoutAlgorithm.expandDisplay_ = true;
2101 dialogLayoutAlgorithm.expandDisplay_ = true;
2150 dialogLayoutAlgorithm.expandDisplay_ = true;
2200 dialogLayoutAlgorithm.expandDisplay_ = true;
2250 dialogLayoutAlgorithm.expandDisplay_ = true;
2298 dialogLayoutAlgorithm.expandDisplay_ = true;
2444 dialogLayoutAlgorithm.expandDisplay_ = true;
2495 dialogLayoutAlgorithm.expandDisplay_ = true;
H A Ddialog_model_test_ng.cpp1009 layoutAlgorithm->expandDisplay_ = true;
1201 layoutAlgorithm->expandDisplay_ = true;
1235 layoutAlgorithm->expandDisplay_ = true;
1308 layoutAlgorithm->expandDisplay_ = true;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutFst_test_ng.cpp1774 selectTheme->expandDisplay_ = true;