Home
last modified time | relevance | path

Searched refs:setDozing (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DDozeScrimControllerTest.java53 mDozeScrimController.setDozing(true); in setup()
84 mDozeScrimController.setDozing(false); in suppressesPulseIfNotDozing()
DNotificationShadeWindowControllerImplTest.java101 mNotificationShadeWindowController.setDozing(true); in testSetDozing_hidesSystemOverlays()
110 mNotificationShadeWindowController.setDozing(false); in testSetDozing_hidesSystemOverlays()
DNotificationPanelViewTest.java474 mNotificationPanelViewController.setDozing(true /* dozing */, false /* animate */, in testSetDozing_notifiesNsslAndStateController()
477 .setDozing(eq(true), eq(false), eq(null)); in testSetDozing_notifiesNsslAndStateController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeScrimController.java103 public void setDozing(boolean dozing) { in setDozing() method in DozeScrimController
215 setDozing(isDozing); in onDozingChanged()
DNotificationPanelView.java84 public void setDozing(boolean dozing) { in setDozing() method in NotificationPanelView
DNotificationIconContainer.java304 ((StatusBarIconView) child).setDozing(mDozing, false, 0); in onViewAdded()
562 public void setDozing(boolean dozing, boolean fade, long delay) { in setDozing() method in NotificationIconContainer
568 ((StatusBarIconView) view).setDozing(dozing, fade, delay); in setDozing()
DNotificationShadeWindowControllerImpl.java664 public void setDozing(boolean dozing) { in setDozing() method in NotificationShadeWindowControllerImpl
843 setDozing(isDozing);
DStatusBarKeyguardViewManager.java585 private void setDozing(boolean dozing) { in setDozing() method in StatusBarKeyguardViewManager
1184 setDozing(isDozing); in onDozingChanged()
DNotificationPanelViewController.java3223 mKeyguardBottomArea.setDozing(mDozing, animate); in updateDozingVisibilities()
3615 public void setDozing(boolean dozing, boolean animate, PointF wakeUpTouchLocation) { in setDozing() method
3617 mView.setDozing(dozing); in setDozing()
3619 mNotificationStackScrollLayoutController.setDozing(mDozing, animate, wakeUpTouchLocation); in setDozing()
3620 mKeyguardBottomArea.setDozing(mDozing, animate); in setDozing()
4476 setDozing(true /* dozing */, false /* animate */, null); in showAodUi()
DNotificationIconAreaController.java580 mAodIcons.setDozing(isDozing, animate, 0); in onDozingChanged()
DKeyguardBottomAreaView.java879 public void setDozing(boolean dozing, boolean animate) { in setDozing() method in KeyguardBottomAreaView
DStatusBar.java3745 mNotificationPanelViewController.setDozing(mDozing, animate, mWakeUpTouchLocation);
3939 mKeyguardViewMediator.setDozing(mDozing);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeWindowController.java148 default void setDozing(boolean dozing) {} in setDozing() method
DStatusBarIconView.java898 public void setDozing(boolean dozing, boolean fade, long delay) { in setDozing() method in StatusBarIconView
899 mDozer.setDozing(f -> { in setDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationDozeHelper.java82 public void setDozing(Consumer<Float> listener, boolean dozing, in setDozing() method in NotificationDozeHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java282 private void setDozing(boolean dozing) { in setDozing() method in NotificationLogger
395 setDozing(isDozing); in onDozingChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java156 mViewMediator.setDozing(true); in testIsAnimatingScreenOff()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java248 public void setDozing(boolean dozing) { in setDozing() method in AmbientState
DNotificationStackScrollLayoutController.java1161 public void setDozing(boolean dozing, boolean animate, PointF wakeUpTouchLocation) { in setDozing() method in NotificationStackScrollLayoutController
1162 mView.setDozing(dozing, animate, wakeUpTouchLocation); in setDozing()
DNotificationStackScrollLayout.java4272 public void setDozing(boolean dozing, boolean animate, in setDozing() method
4277 mAmbientState.setDozing(dozing); in setDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java2751 public void setDozing(boolean dozing) { in setDozing() method in KeyguardViewMediator