Searched defs:isGestureOnSystemBar (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsPolicy.java | 151 void showTransient(@InsetsType int types, boolean isGestureOnSystemBar) { in showTransient() 171 showingTransientTypes, isGestureOnSystemBar); in showTransient() local
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerInternal.java | 184 void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar); in showTransient()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | TaskbarDelegate.java | 403 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
|
D | NavigationBar.java | 1192 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBar.aidl | 247 void showTransient(int displayId, int types, boolean isGestureOnSystemBar); in showTransient()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CommandQueue.java | 421 boolean isGestureOnSystemBar) {} in showTransient() 1253 public void showTransient(int displayId, int types, boolean isGestureOnSystemBar) { in showTransient()
|