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.java100 public boolean isTransientShowRequested() { in isTransientShowRequested() method in BarController
238 if (isTransientShowing() || isTransientShowRequested()) { // transient bar requested in updateVisibilityLw()
DPhoneWindowManager.java7415 final boolean denyTransientStatus = mStatusBarController.isTransientShowRequested() in updateSystemBarsLw()
7417 final boolean denyTransientNav = mNavigationBarController.isTransientShowRequested() in updateSystemBarsLw()