/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | KeyguardIndicationControllerTest.java | 264 mController.setDozing(true); in onAlignmentStateChanged_whileDozing_showsSlowChargingIndication() 282 mController.setDozing(true); in onAlignmentStateChanged_whileDozing_showsNotChargingIndication() 298 mController.setDozing(true); in transientIndication_holdsWakeLock_whenDozing() 308 mController.setDozing(true); in transientIndication_releasesWakeLock_afterHiding() 320 mController.setDozing(true); in transientIndication_releasesWakeLock_afterHidingDelayed() 339 mController.setDozing(true); in transientIndication_visibleWhenDozing() 356 mController.setDozing(true); in transientIndication_visibleWhenDozing_unlessSwipeUp_fromHelp() 371 mController.setDozing(true); in transientIndication_visibleWhenDozing_unlessSwipeUp_fromError()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | DozeScrimControllerTest.java | 50 mDozeScrimController.setDozing(true); in setup() 81 mDozeScrimController.setDozing(false); in suppressesPulseIfNotDozing()
|
D | StatusBarWindowControllerTest.java | 81 mStatusBarWindowController.setDozing(true); in testSetDozing_hidesSystemOverlays() 90 mStatusBarWindowController.setDozing(false); in testSetDozing_hidesSystemOverlays()
|
D | NotificationPanelViewTest.java | 144 mNotificationPanelView.setDozing(true /* dozing */, true /* animate */, null /* touch */); in testSetDozing_notifiesNsslAndStateController() 146 inOrder.verify(mNotificationStackScrollLayout).setDozing(eq(true), eq(true), eq(null)); in testSetDozing_notifiesNsslAndStateController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | DozeScrimController.java | 104 public void setDozing(boolean dozing) { in setDozing() method in DozeScrimController 216 setDozing(isDozing); in onDozingChanged()
|
D | NotificationIconContainer.java | 292 ((StatusBarIconView) child).setDozing(mDozing, false, 0); in onViewAdded() 566 public void setDozing(boolean dozing, boolean fade, long delay) { in setDozing() method 572 ((StatusBarIconView) view).setDozing(dozing, fade, delay); in setDozing()
|
D | StatusBarWindowController.java | 541 public void setDozing(boolean dozing) { in setDozing() method in StatusBarWindowController 726 setDozing(isDozing);
|
D | StatusBarKeyguardViewManager.java | 448 private void setDozing(boolean dozing) { in setDozing() method in StatusBarKeyguardViewManager 983 setDozing(isDozing); in onDozingChanged()
|
D | NotificationIconAreaController.java | 509 mAodIcons.setDozing(isDozing, animate, 0); in onDozingChanged()
|
D | NotificationPanelView.java | 2779 mKeyguardBottomArea.setDozing(mDozing, animate); in updateDozingVisibilities() 3258 public void setDozing(boolean dozing, boolean animate, PointF wakeUpTouchLocation) { in setDozing() method 3261 mNotificationStackScroller.setDozing(mDozing, animate, wakeUpTouchLocation); in setDozing() 3262 mKeyguardBottomArea.setDozing(mDozing, animate); in setDozing()
|
D | KeyguardBottomAreaView.java | 729 public void setDozing(boolean dozing, boolean animate) { in setDozing() method in KeyguardBottomAreaView
|
D | StatusBar.java | 3357 mNotificationPanel.setDozing(mDozing, animate, mWakeUpTouchLocation); in updateDozingState() 3550 mKeyguardViewMediator.setDozing(mDozing); in onDozingChanged()
|
/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 | 267 private void setDozing(boolean dozing) { in setDozing() method in NotificationLogger 398 setDozing(isDozing); in onDozingChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AmbientState.java | 187 public void setDozing(boolean dozing) { in setDozing() method in AmbientState
|
D | NotificationStackScrollLayout.java | 4758 public void setDozing(boolean dozing, boolean animate, 4763 mAmbientState.setDozing(dozing);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyguardIndicationController.java | 608 public void setDozing(boolean dozing) { in setDozing() method in KeyguardIndicationController 644 setDozing(isDozing); in onDozingChanged()
|
D | StatusBarIconView.java | 857 public void setDozing(boolean dozing, boolean fade, long delay) { in setDozing() method in StatusBarIconView 858 mDozer.setDozing(f -> { in setDozing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 2132 public void setDozing(boolean dozing) { in setDozing() method in KeyguardViewMediator
|