Home
last modified time | relevance | path

Searched refs:behindSystemBars (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRecentsAnimationControllerCompat.java61 public void setAnimationTargetsBehindSystemBars(boolean behindSystemBars) { in setAnimationTargetsBehindSystemBars() argument
63 mAnimationController.setAnimationTargetsBehindSystemBars(behindSystemBars); in setAnimationTargetsBehindSystemBars()
/frameworks/base/core/java/android/view/
DIRecentsAnimationController.aidl84 void setAnimationTargetsBehindSystemBars(boolean behindSystemBars); in setAnimationTargetsBehindSystemBars() argument
DIWindowManager.aidl1001 void setRecentsAppBehindSystemBars(boolean behindSystemBars); in setRecentsAppBehindSystemBars() argument
DWindowManagerGlobal.java1041 public void setRecentsAppBehindSystemBars(boolean behindSystemBars) { in setRecentsAppBehindSystemBars() argument
1043 getWindowManagerService().setRecentsAppBehindSystemBars(behindSystemBars); in setRecentsAppBehindSystemBars()
/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimationController.java273 public void setAnimationTargetsBehindSystemBars(boolean behindSystemBars)
281 task.setCanAffectSystemUiFlags(behindSystemBars);
DWindowManagerService.java9931 public void setRecentsAppBehindSystemBars(boolean behindSystemBars) { in setRecentsAppBehindSystemBars() argument
9941 recentsApp.getTask().setCanAffectSystemUiFlags(behindSystemBars); in setRecentsAppBehindSystemBars()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
DRecentsTransitionHandler.java1011 public void setAnimationTargetsBehindSystemBars(boolean behindSystemBars) { in setAnimationTargetsBehindSystemBars() argument