Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp108 auto foldWindow = FoldableWindow::CreateFoldableWindow(containerId); in IsPhoneInLandScape() local
109 CHECK_NULL_RETURN(foldWindow, false); in IsPhoneInLandScape()
113 if (sheetThemeType == "auto" && !foldWindow->IsFoldExpand() && in IsPhoneInLandScape()
1789 auto foldWindow = FoldableWindow::CreateFoldableWindow(containerId); in GetSheetTypeWithAuto() local
1790 CHECK_NULL_RETURN(foldWindow, false); in GetSheetTypeWithAuto()
1791 if (foldWindow->IsFoldExpand()) { in GetSheetTypeWithAuto()
H A Doverlay_manager.cpp5915 auto foldWindow = FoldableWindow::CreateFoldableWindow(containerId); in HandleUIExtNodeTransform() local
5916 bool isFoldExpand = foldWindow && (foldWindow->IsFoldExpand()); in HandleUIExtNodeTransform()