Searched defs:isGestureOnSystemBar (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsPolicy.java | 161 void showTransient(@InsetsType int types, boolean isGestureOnSystemBar) { in showTransient() 181 showingTransientTypes, isGestureOnSystemBar); in showTransient() local
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerInternal.java | 196 void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar); in showTransient()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | TaskbarDelegate.java | 564 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBar.aidl | 261 void showTransient(int displayId, int types, boolean isGestureOnSystemBar); in showTransient()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CommandQueue.java | 454 boolean isGestureOnSystemBar) {} in showTransient() 1315 public void showTransient(int displayId, int types, boolean isGestureOnSystemBar) { in showTransient()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/ |
D | NavigationBar.java | 1234 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
|