Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java158 mController.setDozing(true); in transientIndication_holdsWakeLock_whenDozing()
168 mController.setDozing(true); in transientIndication_releasesWakeLock_afterHiding()
180 mController.setDozing(true); in transientIndication_releasesWakeLock_afterHidingDelayed()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DDozeScrimControllerTest.java66 mDozeScrimController.setDozing(true); in setup()
99 mDozeScrimController.setDozing(false); in suppressesPulseIfNotDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeReceiver.java23 void setDozing(boolean dozing); in setDozing() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeScrimController.java87 public void setDozing(boolean dozing) { in setDozing() method in DozeScrimController
DStatusBarWindowManager.java406 public void setDozing(boolean dozing) { in setDozing() method in StatusBarWindowManager
DStatusBarKeyguardViewManager.java322 public void setDozing(boolean dozing) { in setDozing() method in StatusBarKeyguardViewManager
DStatusBar.java1150 mKeyguardIndicationController.setDozing(mDozing); in onThemeChanged()
3911 mDozeScrimController.setDozing(mDozing); in updateDozingState()
3912 mKeyguardIndicationController.setDozing(mDozing); in updateDozingState()
3913 mNotificationPanel.setDozing(mDozing, animate); in updateDozingState()
4705 mStatusBarWindowManager.setDozing(mDozing); in updateDozing()
4706 mStatusBarKeyguardViewManager.setDozing(mDozing); in updateDozing()
4708 ((DozeReceiver) mAmbientIndicationContainer).setDozing(mDozing); in updateDozing()
DNotificationPanelView.java2262 mKeyguardBottomArea.setDozing(mDozing, animate); in updateDozingVisibilities()
2265 mKeyguardBottomArea.setDozing(mDozing, animate); in updateDozingVisibilities()
2702 public void setDozing(boolean dozing, boolean animate) { in setDozing() method
DKeyguardBottomAreaView.java823 public void setDozing(boolean dozing, boolean animate) { in setDozing() method in KeyguardBottomAreaView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java467 public void setDozing(boolean dozing) { in setDozing() method in KeyguardIndicationController