Searched refs:mControlsComponent (Results 1 – 3 of 3) sorted by relevance
149 private ControlsComponent mControlsComponent; field in KeyguardBottomAreaView359 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()
325 private final ControlsComponent mControlsComponent; field in NotificationPanelViewController741 mControlsComponent = controlsComponent; in NotificationPanelViewController()1182 mKeyguardBottomArea.initControls(mControlsComponent); in initBottomArea()
303 private ControlsComponent mControlsComponent; field in NotificationPanelViewTest448 mControlsComponent); in setup()