Home
last modified time | relevance | path

Searched defs:isGestureOnSystemBar (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java153 void showTransient(@InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
173 showingTransientTypes, isGestureOnSystemBar); in showTransient() local
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerInternal.java182 void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar); in showTransient()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java402 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
H A DNavigationBar.java1164 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesCommandQueueCallbacks.java486 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl236 void showTransient(int displayId, int types, boolean isGestureOnSystemBar); in showTransient()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java384 boolean isGestureOnSystemBar) { in showTransient()
1166 public void showTransient(int displayId, int types, boolean isGestureOnSystemBar) { in showTransient()