Home
last modified time | relevance | path

Searched refs:setForceShowSystemBars (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowManagerServiceTests.java44 mWm.setForceShowSystemBars(true); in testForceShowSystemBarsThrowsExceptionForNonAutomotive()
52 mWm.setForceShowSystemBars(true); in testForceShowSystemBarsDoesNotThrowExceptionForAutomotiveWithStatusBarPermission()
DDisplayPolicyLayoutTests.java515 mDisplayPolicy.setForceShowSystemBars(true); in forceShowSystemBars_clearsSystemUIFlags()
/frameworks/base/core/java/android/view/
DIWindowManager.aidl316 oneway void setForceShowSystemBars(boolean show); in setForceShowSystemBars() method
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java5704 public void setForceShowSystemBars(boolean show) { in setForceShowSystemBars() method in WindowManagerService
5718 DisplayPolicy::setForceShowSystemBars, PooledLambda.__(), show)); in setForceShowSystemBars()
DDisplayPolicy.java669 void setForceShowSystemBars(boolean forceShowSystemBars) { in setForceShowSystemBars() method in DisplayPolicy