Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java76 mNotificationPanel.setPanelAlpha(0, true /* animate */); in showMirror()
82 mNotificationPanel.setPanelAlpha(255, true /* animate */); in hideMirror()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java764 setPanelAlpha(255, false /* animate */); in NotificationPanelViewController()
3273 public void setPanelAlpha(int alpha, boolean animate) { in setPanelAlpha() method in NotificationPanelViewController