Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeHostFake.java29 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/
DDozeScrimController.java104 public void setDozing(boolean dozing) { in setDozing() argument
105 if (mDozing == dozing) return; in setDozing()
106 mDozing = dozing; in setDozing()
DStatusBarWindowController.java195 || (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
DLockIcon.java343 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()
DStatusBarKeyguardViewManager.java420 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()
DKeyguardBottomAreaView.java728 public void setDozing(boolean dozing, boolean animate) { in setDozing() argument
729 mDozing = dozing; in setDozing()
734 if (dozing) { in setDozing()
DNotificationPanelView.java2910 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()
DStatusBar.java3438 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/
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/
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
Denums.proto161 // manager is in the dozing state.
166 // is dozing. It currently has no effect unless the power manager is in
167 // the dozing state.
Dbatterystats.proto89 // 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/
DDozeLog.java121 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/
DKeyguardIndicationController.java560 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/
DAutomaticBrightnessController.java307 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/
DNotificationLogger.java267 private void setDozing(boolean dozing) { in setDozing() argument
269 mDozing = dozing; in setDozing()
/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.java3452 final boolean dozing = mPendingIdleUntil != null; in getWhileIdleMinIntervalLocked()
3455 if (!dozing && !ebs) { in getWhileIdleMinIntervalLocked()
3458 if (dozing) { in getWhileIdleMinIntervalLocked()