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/
DKeyguardIndicationControllerTest.java218 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/
DDozeScrimControllerTest.java53 mDozeScrimController.setDozing(true); in setup()
84 mDozeScrimController.setDozing(false); in suppressesPulseIfNotDozing()
DNotificationShadeWindowControllerTest.java94 mNotificationShadeWindowController.setDozing(true); in testSetDozing_hidesSystemOverlays()
103 mNotificationShadeWindowController.setDozing(false); in testSetDozing_hidesSystemOverlays()
DNotificationPanelViewTest.java258 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/
DDozeScrimController.java103 public void setDozing(boolean dozing) { in setDozing() method in DozeScrimController
215 setDozing(isDozing); in onDozingChanged()
DNotificationPanelView.java82 public void setDozing(boolean dozing) { in setDozing() method in NotificationPanelView
DLockscreenLockIconController.java122 setDozing(isDozing);
497 private void setDozing(boolean isDozing) { in setDozing() method in LockscreenLockIconController
DNotificationIconContainer.java299 ((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()
DNotificationShadeWindowController.java569 public void setDozing(boolean dozing) { in setDozing() method in NotificationShadeWindowController
718 setDozing(isDozing);
DStatusBarKeyguardViewManager.java485 private void setDozing(boolean dozing) { in setDozing() method in StatusBarKeyguardViewManager
1020 setDozing(isDozing); in onDozingChanged()
DNotificationPanelViewController.java2477 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()
DNotificationIconAreaController.java546 mAodIcons.setDozing(isDozing, animate, 0); in onDozingChanged()
DKeyguardBottomAreaView.java741 public void setDozing(boolean dozing, boolean animate) { in setDozing() method in KeyguardBottomAreaView
DStatusBar.java3422 mNotificationPanelViewController.setDozing(mDozing, animate, mWakeUpTouchLocation); in updateDozingState()
3573 mKeyguardViewMediator.setDozing(mDozing); in onDozingChanged()
/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.java292 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/
DAmbientState.java188 public void setDozing(boolean dozing) { in setDozing() method in AmbientState
DNotificationStackScrollLayout.java4932 public void setDozing(boolean dozing, boolean animate,
4937 mAmbientState.setDozing(dozing);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java627 public void setDozing(boolean dozing) { in setDozing() method in KeyguardIndicationController
662 setDozing(isDozing); in onDozingChanged()
DStatusBarIconView.java864 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/
DKeyguardViewMediator.java2247 public void setDozing(boolean dozing) { in setDozing() method in KeyguardViewMediator