Home
last modified time | relevance | path

Searched refs:panelViewController (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/window/
DOverlayViewGlobalStateController.java93 public void showView(OverlayPanelViewController panelViewController) { in showView() argument
94 showView(panelViewController, /* show= */ null); in showView()
153 public void hideView(OverlayPanelViewController panelViewController) { in hideView() argument
154 hideView(panelViewController, /* hide= */ null); in hideView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java67 NotificationPanelViewController panelViewController) { in KeyguardUserSwitcher() argument
78 panelViewController.setKeyguardUserSwitcher(this); in KeyguardUserSwitcher()