Home
last modified time | relevance | path

Searched refs:isTransientShowRequested (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DBarController.java105 public boolean isTransientShowRequested() { in isTransientShowRequested() method in BarController
258 if (isTransientShowing() || isTransientShowRequested()) { // transient bar requested in updateVisibilityLw()
DPhoneWindowManager.java7977 final boolean denyTransientStatus = mStatusBarController.isTransientShowRequested() in updateSystemBarsLw()
7979 final boolean denyTransientNav = mNavigationBarController.isTransientShowRequested() in updateSystemBarsLw()