Home
last modified time | relevance | path

Searched refs:startUnlockHintAnimation (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java880 mNotificationPanelViewController.startUnlockHintAnimation(); in testUnlockHintAnimation_runs_whenNotInPowerSaveMode_andDozeAmountIsZero()
887 mNotificationPanelViewController.startUnlockHintAnimation(); in testUnlockHintAnimation_doesNotRun_inPowerSaveMode()
895 mNotificationPanelViewController.startUnlockHintAnimation(); in testUnlockHintAnimation_doesNotRun_whenDozeAmountNotZero()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java2832 void startUnlockHintAnimation() { in startUnlockHintAnimation() method in NotificationPanelViewController
2956 startUnlockHintAnimation(); in onMiddleClicked()