Searched refs:isAppWindow (Results 1 – 4 of 4) sorted by relevance
62 void SetWindowInfo(bool isMainWindowType, bool isLeashWindow, bool isAppWindow) in SetWindowInfo()66 isAppWindow_ = isAppWindow; in SetWindowInfo()85 void SetWindowInfo(bool isMainWindowType, bool isLeashWindow, bool isAppWindow) in SetWindowInfo() argument87 windowInfo_.SetWindowInfo(isMainWindowType, isLeashWindow, isAppWindow); in SetWindowInfo()
1163 void SetIsAppWindow(bool isAppWindow) in SetIsAppWindow() argument1165 isAppWindow_ = isAppWindow; in SetIsAppWindow()
1664 bool isAppWindow = WindowHelper::IsAppWindow(winType); in AdjustWindowAnimationFlag() local1665 if (withAnimation && !isAppWindow && animationTransitionController_) { in AdjustWindowAnimationFlag()1668 …} else if ((isAppWindow && needDefaultAnimation_) || (withAnimation && !animationTransitionControl… in AdjustWindowAnimationFlag()
3434 bool isAppWindow = WindowHelper::IsAppWindow(winType); in AdjustWindowAnimationFlag() local3435 if (withAnimation && !isAppWindow && animationTransitionController_) { in AdjustWindowAnimationFlag()3438 …} else if ((isAppWindow && enableDefaultAnimation_) || (withAnimation && !animationTransitionContr… in AdjustWindowAnimationFlag()