Home
last modified time | relevance | path

Searched refs:setKeyguardTransitionProgress (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionControllerTest.kt344 verify(shadeViewController).setKeyguardTransitionProgress(anyFloat(), anyInt())
355 .setKeyguardTransitionProgress(eq(expectedAlpha), anyInt())
368 verify(shadeViewController).setKeyguardTransitionProgress(anyFloat(), eq(0))
382 .setKeyguardTransitionProgress(anyFloat(), eq(mediaTranslationY))
401 .setKeyguardTransitionProgress(anyFloat(), eq(expectedTranslation.toInt()))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLockscreenShadeKeyguardTransitionController.kt72 notificationPanelController.setKeyguardTransitionProgress(alpha, translationY)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewControllerEmptyImpl.kt78 override fun setKeyguardTransitionProgress(keyguardAlpha: Float, keyguardTranslationY: Int) {}
H A DShadeViewController.kt212 fun setKeyguardTransitionProgress(keyguardAlpha: Float, keyguardTranslationY: Int) regex
H A DNotificationPanelViewController.java2439 public void setKeyguardTransitionProgress(float keyguardAlpha, int keyguardTranslationY) { in setKeyguardTransitionProgress() method in NotificationPanelViewController