Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java151 private ControlsComponent mControlsComponent; field in KeyguardBottomAreaView
388 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()
H A DNotificationPanelViewController.java301 private final ControlsComponent mControlsComponent; field in NotificationPanelViewController
732 mControlsComponent = controlsComponent; in NotificationPanelViewController()
1176 mKeyguardBottomArea.initControls(mControlsComponent); in initBottomArea()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java300 private ControlsComponent mControlsComponent; field in NotificationPanelViewControllerTest
455 mControlsComponent, in setup()