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.java60 public void setAnimationTargetsBehindSystemBars(boolean behindSystemBars) { in setAnimationTargetsBehindSystemBars() argument
62 mAnimationController.setAnimationTargetsBehindSystemBars(behindSystemBars); in setAnimationTargetsBehindSystemBars()
DRemoteTransitionCompat.java302 @Override public void setAnimationTargetsBehindSystemBars(boolean behindSystemBars) { in setAnimationTargetsBehindSystemBars() argument
303 if (mWrapped != null) mWrapped.setAnimationTargetsBehindSystemBars(behindSystemBars); in setAnimationTargetsBehindSystemBars()
/frameworks/base/core/java/android/view/
DIRecentsAnimationController.aidl80 void setAnimationTargetsBehindSystemBars(boolean behindSystemBars); in setAnimationTargetsBehindSystemBars() argument
DWindowManagerGlobal.java744 public void setRecentsAppBehindSystemBars(boolean behindSystemBars) { in setRecentsAppBehindSystemBars() argument
746 getWindowManagerService().setRecentsAppBehindSystemBars(behindSystemBars); in setRecentsAppBehindSystemBars()
DIWindowManager.aidl949 void setRecentsAppBehindSystemBars(boolean behindSystemBars); in setRecentsAppBehindSystemBars() argument
/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimationController.java267 public void setAnimationTargetsBehindSystemBars(boolean behindSystemBars)
275 task.setCanAffectSystemUiFlags(behindSystemBars);
DWindowManagerService.java9308 public void setRecentsAppBehindSystemBars(boolean behindSystemBars) { in setRecentsAppBehindSystemBars() argument
9318 recentsApp.getTask().setCanAffectSystemUiFlags(behindSystemBars); in setRecentsAppBehindSystemBars()