Home
last modified time | relevance | path

Searched refs:setRecentsAppBehindSystemBars (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowManager.aidl1001 void setRecentsAppBehindSystemBars(boolean behindSystemBars); in setRecentsAppBehindSystemBars() method
DWindowManagerGlobal.java1041 public void setRecentsAppBehindSystemBars(boolean behindSystemBars) { in setRecentsAppBehindSystemBars() method in WindowManagerGlobal
1043 getWindowManagerService().setRecentsAppBehindSystemBars(behindSystemBars); in setRecentsAppBehindSystemBars()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java9931 public void setRecentsAppBehindSystemBars(boolean behindSystemBars) { in setRecentsAppBehindSystemBars() method in WindowManagerService