Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateController.java214 default void notifyKeyguardDismissAmountChanged( in notifyKeyguardDismissAmountChanged() method
DKeyguardStateControllerImpl.java206 notifyKeyguardDismissAmountChanged(showing ? 0f : 1f, false); in notifyKeyguardState()
386 public void notifyKeyguardDismissAmountChanged(float dismissAmount, in notifyKeyguardDismissAmountChanged() method in KeyguardStateControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerTest.java231 mKeyguardStateController.notifyKeyguardDismissAmountChanged(100f, false); in testKeyguardDismissAmountCallbackInvoked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java1402 mKeyguardStateController.notifyKeyguardDismissAmountChanged( in dispatchPanelExpansionForKeyguardDismiss()