/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/ |
D | DozeHostFake.java | 32 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/ |
D | DozeScrimController.java | 87 public void setDozing(boolean dozing) { in setDozing() argument 88 if (mDozing == dozing) return; in setDozing() 89 mDozing = dozing; in setDozing()
|
D | StatusBarWindowManager.java | 146 || (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
|
D | StatusBarKeyguardViewManager.java | 322 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()
|
D | KeyguardBottomAreaView.java | 823 public void setDozing(boolean dozing, boolean animate) { in setDozing() argument 824 mDozing = dozing; in setDozing() 829 if (dozing) { in setDozing()
|
D | NotificationPanelView.java | 2702 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()
|
D | StatusBar.java | 4692 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/ |
D | DozeReceiver.java | 23 void setDozing(boolean dozing); in setDozing() argument
|
D | DozeLog.java | 117 public static void traceDozing(Context context, boolean dozing) { in traceDozing() argument 121 log("dozing " + dozing); in traceDozing()
|
/frameworks/base/core/proto/android/view/ |
D | enums.proto | 31 // 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/ |
D | enums.proto | 115 // manager is in the dozing state. 120 // is dozing. It currently has no effect unless the power manager is in 121 // the dozing state.
|
D | powermanager.proto | 55 // display controller. The device typically passes through the dozing 67 // The device is dozing. It is almost asleep but is allowing a special
|
D | batterystats.proto | 85 // 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/ |
D | KeyguardIndicationController.java | 467 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/ |
D | AutomaticBrightnessController.java | 250 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/ |
D | powermanagerservice.proto | 119 // 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/ |
D | AlarmManagerService.java | 3056 final boolean dozing = mPendingIdleUntil != null; in getWhileIdleMinIntervalLocked() 3059 if (!dozing && !ebs) { in getWhileIdleMinIntervalLocked() 3062 if (dozing) { in getWhileIdleMinIntervalLocked()
|