/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/repository/ |
D | StatusBarModePerDisplayRepository.kt | 102 fun showTransient() in <lambda>() method 137 override fun showTransient( in showTransient() method 320 override fun showTransient() { in showTransient() method
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/data/repository/ |
D | FakeStatusBarModeRepository.kt | 52 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 | 196 void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar); in showTransient() method
|
D | StatusBarManagerService.java | 1688 private void showTransient(@InsetsType int types) { in showTransient() method in StatusBarManagerService.UiState
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | TaskbarDelegate.java | 564 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient() method in TaskbarDelegate
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBar.aidl | 261 void showTransient(int displayId, int types, boolean isGestureOnSystemBar); in showTransient() method
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InsetsPolicy.java | 161 void showTransient(@InsetsType int types, boolean isGestureOnSystemBar) { in showTransient() method in InsetsPolicy
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | CommandQueue.java | 453 default void showTransient(int displayId, @InsetsType int types, in showTransient() method 1315 public void showTransient(int displayId, int types, boolean isGestureOnSystemBar) { in showTransient() method in CommandQueue
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/ |
D | NavigationBar.java | 1234 public void showTransient(int displayId, @InsetsType int types, boolean isGestureOnSystemBar) { in showTransient() method in NavigationBar
|