Home
last modified time | relevance | path

Searched refs:isAppWindow (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1143 void SetIsAppWindow(bool isAppWindow) in SetIsAppWindow() argument
1145 isAppWindow_ = isAppWindow; in SetIsAppWindow()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1627 bool isAppWindow = WindowHelper::IsAppWindow(winType); in AdjustWindowAnimationFlag() local
1628 if (withAnimation && !isAppWindow && animationTransitionController_) { in AdjustWindowAnimationFlag()
1631 } else if ((isAppWindow && needDefaultAnimation_) || (withAnimation && !animationTransitionController_)) { in AdjustWindowAnimationFlag()
H A Dwindow_scene_session_impl.cpp3269 bool isAppWindow = WindowHelper::IsAppWindow(winType); in AdjustWindowAnimationFlag() local
3270 if (withAnimation && !isAppWindow && animationTransitionController_) { in AdjustWindowAnimationFlag()
3273 } else if ((isAppWindow && enableDefaultAnimation_) || (withAnimation && !animationTransitionController_)) { in AdjustWindowAnimationFlag()

Completed in 17 milliseconds