Home
last modified time | relevance | path

Searched refs:notifyKeyguardDismissAmountChanged (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java210 default void notifyKeyguardDismissAmountChanged( in notifyKeyguardDismissAmountChanged() method
H A DKeyguardStateControllerImpl.java203 notifyKeyguardDismissAmountChanged(showing ? 0f : 1f, false); in notifyKeyguardState()
383 public void notifyKeyguardDismissAmountChanged(float dismissAmount, in notifyKeyguardDismissAmountChanged() method in KeyguardStateControllerImpl
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateControllerTest.java198 mKeyguardStateController.notifyKeyguardDismissAmountChanged(100f, false); in testKeyguardDismissAmountCallbackInvoked()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java1492 mKeyguardStateController.notifyKeyguardDismissAmountChanged( in dispatchPanelExpansionForKeyguardDismiss()