Home
last modified time | relevance | path

Searched defs:setKeyguardTransitionProgress (Results 1 – 4 of 4) 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/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