Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DFakeKeyguardStateController.java139 public void notifyPanelFlingEnd() { in notifyPanelFlingEnd() method in FakeKeyguardStateController
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeKeyguardStateController.java143 public void notifyPanelFlingEnd() { in notifyPanelFlingEnd() method in FakeKeyguardStateController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateController.java225 void notifyPanelFlingEnd(); in notifyPanelFlingEnd() method
DKeyguardStateControllerImpl.java371 public void notifyPanelFlingEnd() { in notifyPanelFlingEnd() method in KeyguardStateControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java733 verify(mKeyguardStateController).notifyPanelFlingEnd(); in testCancelSwipeWhileLocked_notifiesKeyguardState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java2247 mKeyguardStateController.notifyPanelFlingEnd(); in onFlingEnd()