Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java225 public void showTransient(CharSequence newIndication) { in showTransient() method in KeyguardIndicationRotateTextViewController
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerInternal.java182 void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar); in showTransient() method
H A DStatusBarManagerService.java1381 private void showTransient(@InsetsType int types) { in showTransient() method in StatusBarManagerService.UiState
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java402 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient() method in TaskbarDelegate
H A DNavigationBar.java1164 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 DCentralSurfacesCommandQueueCallbacks.java486 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 DCommandQueue.java378 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 DIStatusBar.aidl236 void showTransient(int displayId, int types, boolean isGestureOnSystemBar); in showTransient() method
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java153 void showTransient(@InsetsType int types, boolean isGestureOnSystemBar) { in showTransient() method in InsetsPolicy