Home
last modified time | relevance | path

Searched refs:notifyPanelFlingEnd (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java215 void notifyPanelFlingEnd(); in notifyPanelFlingEnd() method
H A DKeyguardStateControllerImpl.java327 public void notifyPanelFlingEnd() { in notifyPanelFlingEnd() method in KeyguardStateControllerImpl
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeKeyguardStateController.java127 public void notifyPanelFlingEnd() { in notifyPanelFlingEnd() method in FakeKeyguardStateController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java573 mKeyguardStateController.notifyPanelFlingEnd(); in flingToHeight()
691 mKeyguardStateController.notifyPanelFlingEnd(); in onFlingEnd()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java772 verify(mKeyguardStateController).notifyPanelFlingEnd(); in testCancelSwipeWhileLocked_notifiesKeyguardState()