Searched defs:isGestureOnSystemBar (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InsetsPolicy.java | 153 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 D | StatusBarManagerInternal.java | 182 void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar); in showTransient()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | TaskbarDelegate.java | 402 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
|
H A D | NavigationBar.java | 1164 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 D | CentralSurfacesCommandQueueCallbacks.java | 486 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
|
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBar.aidl | 236 void showTransient(int displayId, int types, boolean isGestureOnSystemBar); in showTransient()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | CommandQueue.java | 384 boolean isGestureOnSystemBar) { in showTransient() 1166 public void showTransient(int displayId, int types, boolean isGestureOnSystemBar) { in showTransient()
|