/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | KeyguardIndicationControllerTest.java | 218 mController.setDozing(true); in onAlignmentStateChanged_whileDozing_showsSlowChargingIndication() 236 mController.setDozing(true); in onAlignmentStateChanged_whileDozing_showsNotChargingIndication() 290 mController.setDozing(true); in disclosure_hiddenWhenDozing() 306 mController.setDozing(false); in disclosure_visibleWhenDozing() 379 mController.setDozing(true); in transientIndication_holdsWakeLock_whenDozing() 389 mController.setDozing(true); in transientIndication_releasesWakeLock_afterHiding() 401 mController.setDozing(true); in transientIndication_releasesWakeLock_afterHidingDelayed() 420 mController.setDozing(true); in transientIndication_visibleWhenDozing() 437 mController.setDozing(true); in transientIndication_visibleWhenDozing_unlessSwipeUp_fromHelp() 452 mController.setDozing(true); in transientIndication_visibleWhenDozing_unlessSwipeUp_fromError() [all …]
|
/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 | NotificationShadeWindowControllerTest.java | 94 mNotificationShadeWindowController.setDozing(true); in testSetDozing_hidesSystemOverlays() 103 mNotificationShadeWindowController.setDozing(false); in testSetDozing_hidesSystemOverlays()
|
D | NotificationPanelViewTest.java | 258 mNotificationPanelViewController.setDozing(true /* dozing */, true /* animate */, in testSetDozing_notifiesNsslAndStateController() 261 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 | 103 public void setDozing(boolean dozing) { in setDozing() method in DozeScrimController 215 setDozing(isDozing); in onDozingChanged()
|
D | NotificationPanelView.java | 82 public void setDozing(boolean dozing) { in setDozing() method in NotificationPanelView
|
D | LockscreenLockIconController.java | 122 setDozing(isDozing); 497 private void setDozing(boolean isDozing) { in setDozing() method in LockscreenLockIconController
|
D | NotificationIconContainer.java | 299 ((StatusBarIconView) child).setDozing(mDozing, false, 0); in onViewAdded() 581 public void setDozing(boolean dozing, boolean fade, long delay) { in setDozing() method 587 ((StatusBarIconView) view).setDozing(dozing, fade, delay); in setDozing()
|
D | NotificationShadeWindowController.java | 569 public void setDozing(boolean dozing) { in setDozing() method in NotificationShadeWindowController 718 setDozing(isDozing);
|
D | StatusBarKeyguardViewManager.java | 485 private void setDozing(boolean dozing) { in setDozing() method in StatusBarKeyguardViewManager 1020 setDozing(isDozing); in onDozingChanged()
|
D | NotificationPanelViewController.java | 2477 mKeyguardBottomArea.setDozing(mDozing, animate); in updateDozingVisibilities() 2863 public void setDozing(boolean dozing, boolean animate, PointF wakeUpTouchLocation) { in setDozing() method 2865 mView.setDozing(dozing); in setDozing() 2867 mNotificationStackScroller.setDozing(mDozing, animate, wakeUpTouchLocation); in setDozing() 2868 mKeyguardBottomArea.setDozing(mDozing, animate); in setDozing()
|
D | NotificationIconAreaController.java | 546 mAodIcons.setDozing(isDozing, animate, 0); in onDozingChanged()
|
D | KeyguardBottomAreaView.java | 741 public void setDozing(boolean dozing, boolean animate) { in setDozing() method in KeyguardBottomAreaView
|
D | StatusBar.java | 3422 mNotificationPanelViewController.setDozing(mDozing, animate, mWakeUpTouchLocation); in updateDozingState() 3573 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 | 292 private void setDozing(boolean dozing) { in setDozing() method in NotificationLogger 429 setDozing(isDozing); in onDozingChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AmbientState.java | 188 public void setDozing(boolean dozing) { in setDozing() method in AmbientState
|
D | NotificationStackScrollLayout.java | 4932 public void setDozing(boolean dozing, boolean animate, 4937 mAmbientState.setDozing(dozing);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyguardIndicationController.java | 627 public void setDozing(boolean dozing) { in setDozing() method in KeyguardIndicationController 662 setDozing(isDozing); in onDozingChanged()
|
D | StatusBarIconView.java | 864 public void setDozing(boolean dozing, boolean fade, long delay) { in setDozing() method in StatusBarIconView 865 mDozer.setDozing(f -> { in setDozing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 2247 public void setDozing(boolean dozing) { in setDozing() method in KeyguardViewMediator
|