Home
last modified time | relevance | path

Searched refs:showInternal (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
H A DOverlayViewControllerTest.java142 mOverlayViewController.showInternal(); in showInternal_callsListenerOnVisibilityChangedTrue()
173 protected void showInternal() { in showInternal() method in OverlayViewControllerTest.TestOverlayViewController
174 super.showInternal(); in showInternal()
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DInattentiveSleepWarningController.java61 mHandler.post(this::showInternal); in show()
65 private void showInternal() { in showInternal() method in InattentiveSleepWarningController
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
H A DOverlayViewController.java101 showInternal(); in show()
110 protected void showInternal() { in showInternal() method in OverlayViewController
H A DOverlayViewGlobalStateController.java379 showView(overlayViewController, overlayViewController::showInternal); in showViewsHiddenForOcclusion()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
H A DFullScreenUserSwitcherViewController.java105 protected void showInternal() { in showInternal() method in FullScreenUserSwitcherViewController
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
H A DCarKeyguardViewController.java425 showInternal(); in revealKeyguardIfBouncerPrepared()