Home
last modified time | relevance | path

Searched defs:setKeyguardTransitionProgress (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewController.kt212 fun setKeyguardTransitionProgress(keyguardAlpha: Float, keyguardTranslationY: Int) in expand() method
DShadeViewControllerEmptyImpl.kt78 override fun setKeyguardTransitionProgress(keyguardAlpha: Float, keyguardTranslationY: Int) {} in setKeyguardTransitionProgress() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
DNotificationPanelViewController.java2439 public void setKeyguardTransitionProgress(float keyguardAlpha, int keyguardTranslationY) { in setKeyguardTransitionProgress() method in NotificationPanelViewController