Searched refs:setKeyguardTransitionProgress (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/ |
D | ShadeLockscreenInteractor.kt | 70 fun setKeyguardTransitionProgress(keyguardAlpha: Float, keyguardTranslationY: Int) method
|
D | ShadeLockscreenInteractorImpl.kt | 86 override fun setKeyguardTransitionProgress(keyguardAlpha: Float, keyguardTranslationY: Int) { in setKeyguardTransitionProgress() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | LockscreenShadeTransitionControllerTest.kt | 379 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/ |
D | LockscreenShadeKeyguardTransitionController.kt | 75 shadeLockscreenInteractor.setKeyguardTransitionProgress(alpha, translationY) in onDragDownAmountChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeViewControllerEmptyImpl.kt | 72 override fun setKeyguardTransitionProgress(keyguardAlpha: Float, keyguardTranslationY: Int) {} in setKeyguardTransitionProgress() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
|
D | NotificationPanelViewController.java | 2589 public void setKeyguardTransitionProgress(float keyguardAlpha, int keyguardTranslationY) { in setKeyguardTransitionProgress() method in NotificationPanelViewController
|