Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DShadeLockscreenInteractor.kt70 fun setKeyguardTransitionProgress(keyguardAlpha: Float, keyguardTranslationY: Int) method
DShadeLockscreenInteractorImpl.kt86 override fun setKeyguardTransitionProgress(keyguardAlpha: Float, keyguardTranslationY: Int) { in setKeyguardTransitionProgress() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionControllerTest.kt379 verify(shadeLockscreenInteractor).setKeyguardTransitionProgress(anyFloat(), anyInt()) in setDragAmount_setsKeyguardTransitionProgress()
391 verify(shadeLockscreenInteractor).setKeyguardTransitionProgress(eq(expectedAlpha), anyInt()) in setDragAmount_setsKeyguardAlphaBasedOnDistance()
404 verify(shadeLockscreenInteractor).setKeyguardTransitionProgress(anyFloat(), eq(0)) in setDragAmount_notInSplitShade_setsKeyguardTranslationToZero()
418 .setKeyguardTransitionProgress(anyFloat(), eq(mediaTranslationY)) in setDragAmount_inSplitShade_setsKeyguardTranslationBasedOnMediaTranslation()
439 .setKeyguardTransitionProgress(anyFloat(), eq(expectedTranslation.toInt())) in setDragAmount_inSplitShade_mediaNotShowing_setsKeyguardTranslationBasedOnDistance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLockscreenShadeKeyguardTransitionController.kt75 shadeLockscreenInteractor.setKeyguardTransitionProgress(alpha, translationY) in onDragDownAmountChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewControllerEmptyImpl.kt72 override fun setKeyguardTransitionProgress(keyguardAlpha: Float, keyguardTranslationY: Int) {} in setKeyguardTransitionProgress() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
DNotificationPanelViewController.java2589 public void setKeyguardTransitionProgress(float keyguardAlpha, int keyguardTranslationY) { in setKeyguardTransitionProgress() method in NotificationPanelViewController