Home
last modified time | relevance | path

Searched defs:showTransient (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java209 public void showTransient(CharSequence newIndication) { in showTransient() method in KeyguardIndicationRotateTextViewController
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerInternal.java140 void showTransient(int displayId, @InternalInsetsType int[] types, in showTransient() method
DStatusBarManagerService.java1265 private void showTransient(@InternalInsetsType int[] types) { in showTransient() method in StatusBarManagerService.UiState
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DTaskbarDelegate.java404 public void showTransient(int displayId, int[] types, boolean isGestureOnSystemBar) { in showTransient() method in TaskbarDelegate
DNavigationBar.java1145 public void showTransient(int displayId, @InternalInsetsType int[] types, in showTransient() method in NavigationBar
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesCommandQueueCallbacks.java495 public void showTransient(int displayId, @InternalInsetsType int[] types, in showTransient() method in CentralSurfacesCommandQueueCallbacks
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java376 default void showTransient(int displayId, @InternalInsetsType int[] types) { } in showTransient() method
381 default void showTransient(int displayId, @InternalInsetsType int[] types, in showTransient() method
1134 public void showTransient(int displayId, int[] types, boolean isGestureOnSystemBar) { in showTransient() method in CommandQueue
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsPolicy.java190 void showTransient(@InternalInsetsType int[] types, boolean isGestureOnSystemBar) { in showTransient() method in InsetsPolicy
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl222 void showTransient(int displayId, in int[] types, boolean isGestureOnSystemBar); in showTransient() method