Home
last modified time | relevance | path

Searched refs:dozing (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeHostFake.java32 boolean dozing; field in DozeHostFake
49 dozing = true; in startDozing()
59 dozing = false; in stopDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeScrimController.java87 public void setDozing(boolean dozing) { in setDozing() argument
88 if (mDozing == dozing) return; in setDozing()
89 mDozing = dozing; in setDozing()
DStatusBarWindowManager.java146 || (state.dozing && mDozeParameters.getAlwaysOn()); in applyKeyguardFlags()
155 if (state.isKeyguardShowingAndNotOccluded() || state.dozing) { in adjustScreenOrientation()
290 if (state.dozing) { in applySleepToken()
406 public void setDozing(boolean dozing) { in setDozing() argument
407 mCurrentState.dozing = dozing; in setDozing()
459 boolean dozing; field in StatusBarWindowManager.State
DStatusBarKeyguardViewManager.java322 public void setDozing(boolean dozing) { in setDozing() argument
323 if (mDozing != dozing) { in setDozing()
324 mDozing = dozing; in setDozing()
325 if (dozing || mBouncer.needsFullscreenBouncer() || mOccluded) { in setDozing()
326 reset(dozing /* hideBouncerWhenShowing */); in setDozing()
330 if (!dozing) { in setDozing()
DKeyguardBottomAreaView.java823 public void setDozing(boolean dozing, boolean animate) { in setDozing() argument
824 mDozing = dozing; in setDozing()
829 if (dozing) { in setDozing()
DNotificationPanelView.java2702 public void setDozing(boolean dozing, boolean animate) { in setDozing() argument
2703 if (dozing == mDozing) return; in setDozing()
2704 mDozing = dozing; in setDozing()
2711 final float darkAmount = dozing ? 1 : 0; in setDozing()
DStatusBar.java4692 boolean dozing = mDozingRequested && mState == StatusBarState.KEYGUARD in updateDozing()
4700 dozing = false; in updateDozing()
4702 if (mDozing != dozing) { in updateDozing()
4703 mDozing = dozing; in updateDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeReceiver.java23 void setDozing(boolean dozing); in setDozing() argument
DDozeLog.java117 public static void traceDozing(Context context, boolean dozing) { in traceDozing() argument
121 log("dozing " + dozing); in traceDozing()
/frameworks/base/core/proto/android/view/
Denums.proto31 // The display is dozing in a low power state; it is still on but is
35 // The display is dozing in a suspended low power state; it is still on
/frameworks/base/core/proto/android/os/
Denums.proto115 // manager is in the dozing state.
120 // is dozing. It currently has no effect unless the power manager is in
121 // the dozing state.
Dpowermanager.proto55 // display controller. The device typically passes through the dozing
67 // The device is dozing. It is almost asleep but is allowing a special
Dbatterystats.proto85 // Total realtime duration measured with screen off or dozing.
87 // Total uptime duration measured with screen off or dozing.
89 // Total time the screen was dozing while the device was running on battery.
117 // Discharged points while screen was dozing. For historical reasons,
127 // Total amount of battery discharged while the screen was dozing in mAh.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java467 public void setDozing(boolean dozing) { in setDozing() argument
468 if (mDozing == dozing) { in setDozing()
471 mDozing = dozing; in setDozing()
/frameworks/base/services/core/java/com/android/server/display/
DAutomaticBrightnessController.java250 boolean dozing = (displayPolicy == DisplayPowerRequest.POLICY_DOZE); in configure()
263 if (userInitiatedChange && enable && !dozing) { in configure()
266 changed |= setLightSensorEnabled(enable && !dozing); in configure()
/frameworks/base/core/proto/android/server/
Dpowermanagerservice.proto119 // the dreaming or dozing state. Indicates whether a new dream should begin.
301 // The screen state to use while dozing.
303 // The screen brightness to use while dozing.
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java3056 final boolean dozing = mPendingIdleUntil != null; in getWhileIdleMinIntervalLocked()
3059 if (!dozing && !ebs) { in getWhileIdleMinIntervalLocked()
3062 if (dozing) { in getWhileIdleMinIntervalLocked()