Home
last modified time | relevance | path

Searched refs:mControlsComponent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java149 private ControlsComponent mControlsComponent; field in KeyguardBottomAreaView
359 if (mControlsComponent != null) { in onDetachedFromWindow()
360 mControlsComponent.getControlsListingController().ifPresent( in onDetachedFromWindow()
508 if (mControlsComponent == null) return; in updateControlsVisibility()
510 boolean hasFavorites = mControlsComponent.getControlsController() in updateControlsVisibility()
516 || mControlsComponent.getVisibility() != AVAILABLE) { in updateControlsVisibility()
1034 mControlsComponent = controlsComponent; in initControls()
1035 mControlsComponent.getControlsListingController().ifPresent( in initControls()
1072 if (mControlsComponent.getVisibility() == AVAILABLE) { in onControlsClick()
DNotificationPanelViewController.java325 private final ControlsComponent mControlsComponent; field in NotificationPanelViewController
741 mControlsComponent = controlsComponent; in NotificationPanelViewController()
1182 mKeyguardBottomArea.initControls(mControlsComponent); in initBottomArea()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java303 private ControlsComponent mControlsComponent; field in NotificationPanelViewTest
448 mControlsComponent); in setup()