/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/ |
D | DozeHostFake.java | 29 boolean dozing; field in DozeHostFake 46 dozing = true; in startDozing() 56 dozing = false; in stopDozing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | DozeScrimController.java | 104 public void setDozing(boolean dozing) { in setDozing() argument 105 if (mDozing == dozing) return; in setDozing() 106 mDozing = dozing; in setDozing()
|
D | StatusBarWindowController.java | 195 || (state.dozing && mDozeParameters.getAlwaysOn()); in applyKeyguardFlags() 202 if (state.dozing) { in applyKeyguardFlags() 210 if (state.isKeyguardShowingAndNotOccluded() || state.dozing) { in adjustScreenOrientation() 496 public void setDozing(boolean dozing) { in setDozing() argument 497 mCurrentState.dozing = dozing; in setDozing() 605 boolean dozing; field in StatusBarWindowController.State
|
D | LockIcon.java | 343 boolean wasPulsing, boolean pulsing, boolean wasDozing, boolean dozing, in getAnimationResForTransition() argument 347 if (dozing && !pulsing && !mWasPulsingOnThisFrame) { in getAnimationResForTransition() 355 boolean turningOn = wasDozing && !dozing && !mWasPulsingOnThisFrame; in getAnimationResForTransition() 409 public void onDozingChanged(boolean dozing) { in onDozingChanged() argument 410 mDozing = dozing; in onDozingChanged()
|
D | StatusBarKeyguardViewManager.java | 420 private void setDozing(boolean dozing) { in setDozing() argument 421 if (mDozing != dozing) { in setDozing() 422 mDozing = dozing; in setDozing() 423 if (dozing || mBouncer.needsFullscreenBouncer() || mOccluded) { in setDozing() 424 reset(dozing /* hideBouncerWhenShowing */); in setDozing() 428 if (!dozing) { in setDozing()
|
D | KeyguardBottomAreaView.java | 728 public void setDozing(boolean dozing, boolean animate) { in setDozing() argument 729 mDozing = dozing; in setDozing() 734 if (dozing) { in setDozing()
|
D | NotificationPanelView.java | 2910 public void setDozing(boolean dozing, boolean animate, PointF wakeUpTouchLocation) { in setDozing() argument 2911 if (dozing == mDozing) return; in setDozing() 2912 mDozing = dozing; in setDozing() 2916 if (dozing) { in setDozing() 2925 final float darkAmount = dozing ? 1 : 0; in setDozing()
|
D | StatusBar.java | 3438 boolean dozing = mDozingRequested && mState == StatusBarState.KEYGUARD in updateDozing() 3445 dozing = false; in updateDozing() 3448 mStatusBarStateController.setIsDozing(dozing); in updateDozing()
|
/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 | 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 | enums.proto | 161 // manager is in the dozing state. 166 // is dozing. It currently has no effect unless the power manager is in 167 // the dozing state.
|
D | batterystats.proto | 89 // Total realtime duration measured with screen off or dozing. 91 // Total uptime duration measured with screen off or dozing. 93 // Total time the screen was dozing while the device was running on battery. 121 // Discharged points while screen was dozing. For historical reasons, 131 // Total amount of battery discharged while the screen was dozing in mAh.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeLog.java | 121 public static void traceDozing(Context context, boolean dozing) { in traceDozing() argument 125 log("dozing " + dozing); in traceDozing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyguardIndicationController.java | 560 public void setDozing(boolean dozing) { in setDozing() argument 561 if (mDozing == dozing) { in setDozing() 564 mDozing = dozing; in setDozing()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | AutomaticBrightnessController.java | 307 boolean dozing = (displayPolicy == DisplayPowerRequest.POLICY_DOZE); in configure() 320 if (userInitiatedChange && enable && !dozing) { in configure() 323 changed |= setLightSensorEnabled(enable && !dozing); in configure()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 267 private void setDozing(boolean dozing) { in setDozing() argument 269 mDozing = dozing; in setDozing()
|
/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 | 3452 final boolean dozing = mPendingIdleUntil != null; in getWhileIdleMinIntervalLocked() 3455 if (!dozing && !ebs) { in getWhileIdleMinIntervalLocked() 3458 if (dozing) { in getWhileIdleMinIntervalLocked()
|