Searched refs:mControlsComponent (Results 1 – 3 of 3) sorted by relevance
151 private ControlsComponent mControlsComponent; field in KeyguardBottomAreaView388 if (mControlsComponent != null) { in onDetachedFromWindow()389 mControlsComponent.getControlsListingController().ifPresent( in onDetachedFromWindow()537 if (mControlsComponent == null) return; in updateControlsVisibility()539 boolean hasFavorites = mControlsComponent.getControlsController() in updateControlsVisibility()545 || mControlsComponent.getVisibility() != AVAILABLE) { in updateControlsVisibility()1069 mControlsComponent = controlsComponent; in initControls()1070 mControlsComponent.getControlsListingController().ifPresent( in initControls()1116 if (mControlsComponent.getVisibility() == AVAILABLE) { in onControlsClick()
301 private final ControlsComponent mControlsComponent; field in NotificationPanelViewController732 mControlsComponent = controlsComponent; in NotificationPanelViewController()1176 mKeyguardBottomArea.initControls(mControlsComponent); in initBottomArea()
300 private ControlsComponent mControlsComponent; field in NotificationPanelViewControllerTest455 mControlsComponent, in setup()