/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardIndicationRotateTextViewController.java | 225 public void showTransient(CharSequence newIndication) { in showTransient() method in KeyguardIndicationRotateTextViewController
|
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerInternal.java | 182 void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar); in showTransient() method
|
H A D | StatusBarManagerService.java | 1381 private void showTransient(@InsetsType int types) { in showTransient() method in StatusBarManagerService.UiState
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | TaskbarDelegate.java | 402 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient() method in TaskbarDelegate
|
H A D | NavigationBar.java | 1164 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient() method in NavigationBar
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | CentralSurfacesCommandQueueCallbacks.java | 486 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient() method in CentralSurfacesCommandQueueCallbacks
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | CommandQueue.java | 378 default void showTransient(int displayId, @InsetsType int types) { } in showTransient() method 383 default void showTransient(int displayId, @InsetsType int types, in showTransient() method 1166 public void showTransient(int displayId, int types, boolean isGestureOnSystemBar) { in showTransient() method in CommandQueue
|
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBar.aidl | 236 void showTransient(int displayId, int types, boolean isGestureOnSystemBar); in showTransient() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InsetsPolicy.java | 153 void showTransient(@InsetsType int types, boolean isGestureOnSystemBar) { in showTransient() method in InsetsPolicy
|