Searched refs:foldWindow (Results 1 – 2 of 2) sorted by relevance
108 auto foldWindow = FoldableWindow::CreateFoldableWindow(containerId); in IsPhoneInLandScape() local109 CHECK_NULL_RETURN(foldWindow, false); in IsPhoneInLandScape()113 if (sheetThemeType == "auto" && !foldWindow->IsFoldExpand() && in IsPhoneInLandScape()1789 auto foldWindow = FoldableWindow::CreateFoldableWindow(containerId); in GetSheetTypeWithAuto() local1790 CHECK_NULL_RETURN(foldWindow, false); in GetSheetTypeWithAuto()1791 if (foldWindow->IsFoldExpand()) { in GetSheetTypeWithAuto()
5915 auto foldWindow = FoldableWindow::CreateFoldableWindow(containerId); in HandleUIExtNodeTransform() local5916 bool isFoldExpand = foldWindow && (foldWindow->IsFoldExpand()); in HandleUIExtNodeTransform()