Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
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