Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInsetsPolicy.java151 void showTransient(@InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
171 showingTransientTypes, isGestureOnSystemBar); in showTransient() local
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerInternal.java184 void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar); in showTransient()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DTaskbarDelegate.java403 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
DNavigationBar.java1192 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl247 void showTransient(int displayId, int types, boolean isGestureOnSystemBar); in showTransient()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java421 boolean isGestureOnSystemBar) {} in showTransient()
1253 public void showTransient(int displayId, int types, boolean isGestureOnSystemBar) { in showTransient()