Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java264 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/
DDozeScrimControllerTest.java50 mDozeScrimController.setDozing(true); in setup()
81 mDozeScrimController.setDozing(false); in suppressesPulseIfNotDozing()
DStatusBarWindowControllerTest.java81 mStatusBarWindowController.setDozing(true); in testSetDozing_hidesSystemOverlays()
90 mStatusBarWindowController.setDozing(false); in testSetDozing_hidesSystemOverlays()
DNotificationPanelViewTest.java144 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/
DDozeScrimController.java104 public void setDozing(boolean dozing) { in setDozing() method in DozeScrimController
216 setDozing(isDozing); in onDozingChanged()
DNotificationIconContainer.java292 ((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()
DStatusBarWindowController.java541 public void setDozing(boolean dozing) { in setDozing() method in StatusBarWindowController
726 setDozing(isDozing);
DStatusBarKeyguardViewManager.java448 private void setDozing(boolean dozing) { in setDozing() method in StatusBarKeyguardViewManager
983 setDozing(isDozing); in onDozingChanged()
DNotificationIconAreaController.java509 mAodIcons.setDozing(isDozing, animate, 0); in onDozingChanged()
DNotificationPanelView.java2779 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()
DKeyguardBottomAreaView.java729 public void setDozing(boolean dozing, boolean animate) { in setDozing() method in KeyguardBottomAreaView
DStatusBar.java3357 mNotificationPanel.setDozing(mDozing, animate, mWakeUpTouchLocation); in updateDozingState()
3550 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.java267 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/
DAmbientState.java187 public void setDozing(boolean dozing) { in setDozing() method in AmbientState
DNotificationStackScrollLayout.java4758 public void setDozing(boolean dozing, boolean animate,
4763 mAmbientState.setDozing(dozing);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java608 public void setDozing(boolean dozing) { in setDozing() method in KeyguardIndicationController
644 setDozing(isDozing); in onDozingChanged()
DStatusBarIconView.java857 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/
DKeyguardViewMediator.java2132 public void setDozing(boolean dozing) { in setDozing() method in KeyguardViewMediator