Home
last modified time | relevance | path

Searched refs:setKeyguardStatusBarAlpha (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLockscreenShadeKeyguardTransitionController.kt75 notificationPanelController.setKeyguardStatusBarAlpha(statusBarAlpha)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewControllerEmptyImpl.kt80 override fun setKeyguardStatusBarAlpha(alpha: Float) {}
H A DShadeViewController.kt222 fun setKeyguardStatusBarAlpha(alpha: Float) regex
H A DNotificationPanelViewController.java2451 public void setKeyguardStatusBarAlpha(float alpha) { in setKeyguardStatusBarAlpha() method in NotificationPanelViewController
2693 setKeyguardStatusBarAlpha(-1f); in onExpandingFinished()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionControllerTest.kt519 verify(shadeViewController).setKeyguardStatusBarAlpha(expectedAlpha)
528 verify(shadeViewController).setKeyguardStatusBarAlpha(-1f)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java903 mNotificationPanelViewController.setKeyguardStatusBarAlpha(statusBarAlpha); in setKeyguardStatusBarAlpha_setsAlphaOnKeyguardStatusBarController()