Home
last modified time | relevance | path

Searched refs:isAppWindow (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h62 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() argument
87 windowInfo_.SetWindowInfo(isMainWindowType, isLeashWindow, isAppWindow); in SetWindowInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1163 void SetIsAppWindow(bool isAppWindow) in SetIsAppWindow() argument
1165 isAppWindow_ = isAppWindow; in SetIsAppWindow()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1664 bool isAppWindow = WindowHelper::IsAppWindow(winType); in AdjustWindowAnimationFlag() local
1665 if (withAnimation && !isAppWindow && animationTransitionController_) { in AdjustWindowAnimationFlag()
1668 …} else if ((isAppWindow && needDefaultAnimation_) || (withAnimation && !animationTransitionControl… in AdjustWindowAnimationFlag()
H A Dwindow_scene_session_impl.cpp3434 bool isAppWindow = WindowHelper::IsAppWindow(winType); in AdjustWindowAnimationFlag() local
3435 if (withAnimation && !isAppWindow && animationTransitionController_) { in AdjustWindowAnimationFlag()
3438 …} else if ((isAppWindow && enableDefaultAnimation_) || (withAnimation && !animationTransitionContr… in AdjustWindowAnimationFlag()