Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DBarController.java122 boolean isTransientShowRequested() { in isTransientShowRequested() method in BarController
282 if (isTransientShowing() || isTransientShowRequested()) { // transient bar requested in updateVisibilityLw()
DDisplayPolicy.java3374 final boolean denyTransientStatus = mStatusBarController.isTransientShowRequested() in updateSystemBarsLw()
3376 final boolean denyTransientNav = mNavigationBarController.isTransientShowRequested() in updateSystemBarsLw()
/frameworks/base/services/
Dart-profile15692 HSPLcom/android/server/wm/BarController;->isTransientShowRequested()Z