/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/repository/ |
D | StatusBarModePerDisplayRepository.kt | 98 fun showTransient() in <lambda>() method 121 override fun showTransient( in showTransient() method 280 override fun showTransient() { in showTransient() method
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/data/repository/ |
D | FakeStatusBarModeRepository.kt | 51 override fun showTransient() { in showTransient() method in com.android.systemui.statusbar.data.repository.FakeStatusBarModePerDisplayRepository
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardIndicationRotateTextViewController.java | 222 public void showTransient(CharSequence newIndication) { in showTransient() method in KeyguardIndicationRotateTextViewController
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerInternal.java | 184 void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar); in showTransient() method
|
D | StatusBarManagerService.java | 1442 private void showTransient(@InsetsType int types) { in showTransient() method in StatusBarManagerService.UiState
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | TaskbarDelegate.java | 403 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient() method in TaskbarDelegate
|
D | NavigationBar.java | 1192 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient() method in NavigationBar
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBar.aidl | 247 void showTransient(int displayId, int types, boolean isGestureOnSystemBar); in showTransient() method
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsPolicy.java | 151 void showTransient(@InsetsType int types, boolean isGestureOnSystemBar) { in showTransient() method in InsetsPolicy
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CommandQueue.java | 420 default void showTransient(int displayId, @InsetsType int types, in showTransient() method 1253 public void showTransient(int displayId, int types, boolean isGestureOnSystemBar) { in showTransient() method in CommandQueue
|