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.java161 void showTransient(@InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
181 showingTransientTypes, isGestureOnSystemBar); in showTransient() local
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerInternal.java196 void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar); in showTransient()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DTaskbarDelegate.java564 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl261 void showTransient(int displayId, int types, boolean isGestureOnSystemBar); in showTransient()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java454 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/
DNavigationBar.java1234 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient()