Home
last modified time | relevance | path

Searched refs:hideInternal (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
H A DOverlayViewControllerTest.java152 mOverlayViewController.hideInternal(); in hideInternal_callsListenerOnVisibilityChangedFalse()
179 protected void hideInternal() { in hideInternal() method in OverlayViewControllerTest.TestOverlayViewController
180 super.hideInternal(); in hideInternal()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
H A DOverlayViewController.java122 hideInternal(); in hide()
131 protected void hideInternal() { in hideInternal() method in OverlayViewController
H A DOverlayViewGlobalStateController.java371 hideView(overlayController, overlayController::hideInternal); in hideViewsForOcclusion()
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DMenu.java150 hideInternal(); in Menu()
244 hideInternal(); in hide()
248 private void hideInternal() { in hideInternal() method in Menu
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
H A DFullScreenUserSwitcherViewController.java110 protected void hideInternal() { in hideInternal() method in FullScreenUserSwitcherViewController
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationPanelViewController.java220 protected void hideInternal() { in hideInternal() method in NotificationPanelViewController
221 super.hideInternal(); in hideInternal()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
H A DCarKeyguardViewController.java447 hideInternal(); in resetBouncer()