Searched defs:showTransient (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardIndicationRotateTextViewController.java | 209 public void showTransient(CharSequence newIndication) { in showTransient() method in KeyguardIndicationRotateTextViewController
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerInternal.java | 140 void showTransient(int displayId, @InternalInsetsType int[] types, in showTransient() method
|
D | StatusBarManagerService.java | 1265 private void showTransient(@InternalInsetsType int[] types) { in showTransient() method in StatusBarManagerService.UiState
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | TaskbarDelegate.java | 404 public void showTransient(int displayId, int[] types, boolean isGestureOnSystemBar) { in showTransient() method in TaskbarDelegate
|
D | NavigationBar.java | 1145 public void showTransient(int displayId, @InternalInsetsType int[] types, in showTransient() method in NavigationBar
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | CentralSurfacesCommandQueueCallbacks.java | 495 public void showTransient(int displayId, @InternalInsetsType int[] types, in showTransient() method in CentralSurfacesCommandQueueCallbacks
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CommandQueue.java | 376 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/ |
D | InsetsPolicy.java | 190 void showTransient(@InternalInsetsType int[] types, boolean isGestureOnSystemBar) { in showTransient() method in InsetsPolicy
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBar.aidl | 222 void showTransient(int displayId, in int[] types, boolean isGestureOnSystemBar); in showTransient() method
|