/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | DozeParametersTest.java | 83 @Mock private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in DozeParametersTest 127 mUnlockedScreenOffAnimationController, in setup() 143 when(mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation()) in setup() 321 when(mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation()) in setShouldControlUnlockedScreenOffForTest()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarTouchableRegionManager.java | 59 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in StatusBarTouchableRegionManager 115 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in StatusBarTouchableRegionManager() 251 || mUnlockedScreenOffAnimationController.isAnimationPlaying(); in shouldMakeEntireScreenTouchable()
|
D | DozeParameters.java | 87 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in DozeParameters 145 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in DozeParameters() 326 return mUnlockedScreenOffAnimationController.shouldPlayUnlockedScreenOffAnimation(); in shouldControlUnlockedScreenOff()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
D | UdfpsKeyguardViewControllerBaseTest.java | 69 protected @Mock UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in UdfpsKeyguardViewControllerBaseTest 162 mUnlockedScreenOffAnimationController, in createUdfpsKeyguardViewController()
|
D | UdfpsControllerTest.java | 176 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in UdfpsControllerTest 299 mUnlockedScreenOffAnimationController, mSystemUIDialogManager, mLatencyTracker, in initUdfpsController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsController.java | 148 mUnlockedScreenOffAnimationController; field in UdfpsController 244 mUnlockedScreenOffAnimationController, in showUdfpsOverlay() 755 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in UdfpsController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutTest.java | 130 @Mock private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationStackScrollLayoutTest 164 UnlockedScreenOffAnimationController.class, mUnlockedScreenOffAnimationController); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | NotificationPanelViewControllerBaseTest.java | 270 @Mock protected UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationPanelViewControllerBaseTest 560 mUnlockedScreenOffAnimationController, in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationPanelViewController.java | 398 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; field in NotificationPanelViewController 887 mUnlockedScreenOffAnimationController = unlockedScreenOffAnimationController; in NotificationPanelViewController() 1394 return mHintAnimationRunning || mUnlockedScreenOffAnimationController.isAnimationPlaying(); in shouldAvoidChangingNotificationsCount()
|