/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | DozeScrimControllerTest.java | 53 mDozeScrimController.setDozing(true); in setup() 84 mDozeScrimController.setDozing(false); in suppressesPulseIfNotDozing()
|
D | NotificationShadeWindowControllerImplTest.java | 101 mNotificationShadeWindowController.setDozing(true); in testSetDozing_hidesSystemOverlays() 110 mNotificationShadeWindowController.setDozing(false); in testSetDozing_hidesSystemOverlays()
|
D | NotificationPanelViewTest.java | 474 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/ |
D | DozeScrimController.java | 103 public void setDozing(boolean dozing) { in setDozing() method in DozeScrimController 215 setDozing(isDozing); in onDozingChanged()
|
D | NotificationPanelView.java | 84 public void setDozing(boolean dozing) { in setDozing() method in NotificationPanelView
|
D | NotificationIconContainer.java | 304 ((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()
|
D | NotificationShadeWindowControllerImpl.java | 664 public void setDozing(boolean dozing) { in setDozing() method in NotificationShadeWindowControllerImpl 843 setDozing(isDozing);
|
D | StatusBarKeyguardViewManager.java | 585 private void setDozing(boolean dozing) { in setDozing() method in StatusBarKeyguardViewManager 1184 setDozing(isDozing); in onDozingChanged()
|
D | NotificationPanelViewController.java | 3223 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()
|
D | NotificationIconAreaController.java | 580 mAodIcons.setDozing(isDozing, animate, 0); in onDozingChanged()
|
D | KeyguardBottomAreaView.java | 879 public void setDozing(boolean dozing, boolean animate) { in setDozing() method in KeyguardBottomAreaView
|
D | StatusBar.java | 3745 mNotificationPanelViewController.setDozing(mDozing, animate, mWakeUpTouchLocation); 3939 mKeyguardViewMediator.setDozing(mDozing);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShadeWindowController.java | 148 default void setDozing(boolean dozing) {} in setDozing() method
|
D | StatusBarIconView.java | 898 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/ |
D | NotificationDozeHelper.java | 82 public void setDozing(Consumer<Float> listener, boolean dozing, in setDozing() method in NotificationDozeHelper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 282 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/ |
D | KeyguardViewMediatorTest.java | 156 mViewMediator.setDozing(true); in testIsAnimatingScreenOff()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AmbientState.java | 248 public void setDozing(boolean dozing) { in setDozing() method in AmbientState
|
D | NotificationStackScrollLayoutController.java | 1161 public void setDozing(boolean dozing, boolean animate, PointF wakeUpTouchLocation) { in setDozing() method in NotificationStackScrollLayoutController 1162 mView.setDozing(dozing, animate, wakeUpTouchLocation); in setDozing()
|
D | NotificationStackScrollLayout.java | 4272 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/ |
D | KeyguardViewMediator.java | 2751 public void setDozing(boolean dozing) { in setDozing() method in KeyguardViewMediator
|