Home
last modified time | relevance | path

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

/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.java72 mStatusBarWindowController.setDozing(true); in testSetDozing_hidesSystemOverlays()
81 mStatusBarWindowController.setDozing(false); in testSetDozing_hidesSystemOverlays()
DNotificationPanelViewTest.java129 mNotificationPanelView.setDozing(true /* dozing */, true /* animate */, null /* touch */); in testSetDozing_notifiesNsslAndStateController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java199 mController.setDozing(true); in transientIndication_holdsWakeLock_whenDozing()
209 mController.setDozing(true); in transientIndication_releasesWakeLock_afterHiding()
221 mController.setDozing(true); in transientIndication_releasesWakeLock_afterHidingDelayed()
240 mController.setDozing(true); in transientIndication_visibleWhenDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeScrimController.java104 public void setDozing(boolean dozing) { in setDozing() method in DozeScrimController
208 setDozing(isDozing); in onDozingChanged()
DStatusBarWindowController.java496 public void setDozing(boolean dozing) { in setDozing() method in StatusBarWindowController
647 setDozing(isDozing);
DStatusBarKeyguardViewManager.java420 private void setDozing(boolean dozing) { in setDozing() method in StatusBarKeyguardViewManager
908 setDozing(isDozing); in onDozingChanged()
DNotificationPanelView.java2475 mKeyguardBottomArea.setDozing(mDozing, animate); in updateDozingVisibilities()
2910 public void setDozing(boolean dozing, boolean animate, PointF wakeUpTouchLocation) { in setDozing() method
2914 mKeyguardBottomArea.setDozing(mDozing, animate); in setDozing()
DKeyguardBottomAreaView.java728 public void setDozing(boolean dozing, boolean animate) { in setDozing() method in KeyguardBottomAreaView
DStatusBar.java3236 mNotificationPanel.setDozing(mDozing, animate, mWakeUpTouchLocation); in updateDozingState()
/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/
DKeyguardIndicationController.java560 public void setDozing(boolean dozing) { in setDozing() method in KeyguardIndicationController
592 setDozing(isDozing); in onDozingChanged()