/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NPVCDownEventState.kt | 35 private var dozing: Boolean = false, variable in com.android.systemui.shade.NPVCDownEventState 53 dozing.toString(), in <lambda>() 82 dozing: Boolean, in insert() 95 this.dozing = dozing in insert()
|
D | NotificationShadeWindowState.kt | 57 @JvmField var dozing: Boolean = false, variable in com.android.systemui.shade.NotificationShadeWindowState 94 dozing.toString(), in <lambda>() 134 dozing: Boolean, in insert() 165 this.dozing = dozing in insert()
|
D | NotificationPanelView.java | 83 public void setDozing(boolean dozing) { in setDozing() argument 84 mDozing = dozing; in setDozing()
|
D | NotificationShadeWindowControllerImpl.java | 305 || (state.dozing && mDozeParameters.getAlwaysOn()); in applyKeyguardFlags() 317 if (state.dozing) { in applyKeyguardFlags() 341 if (state.dozing || bypassOnKeyguard) { in applyKeyguardFlags() 362 if (state.bouncerShowing || state.isKeyguardShowingAndNotOccluded() || state.dozing) { in adjustScreenOrientation() 548 state.dozing, in logState() 566 mCurrentState.dozing, in notifyStateChangedCallbacks() 777 public void setDozing(boolean dozing) { in setDozing() argument 778 mCurrentState.dozing = dozing; in setDozing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationWakeUpCoordinator.kt | 300 private fun setHardDozeAmountOverride(dozing: Boolean, source: String) { in setHardDozeAmountOverride() 301 logger.logSetDozeAmountOverride(dozing = dozing, source = source) in setHardDozeAmountOverride() 302 hardDozeAmountOverride = if (dozing) 1f else 0f in setHardDozeAmountOverride() 407 dozing = false, in onStateChanged() 452 setHardDozeAmountOverride(dozing = true, source = "Override: bypass (keyguard)") in overrideDozeAmountIfBypass() 454 setHardDozeAmountOverride(dozing = false, source = "Override: bypass (shade)") in overrideDozeAmountIfBypass() 471 val dozing = statusBarStateController.isDozing in maybeClearHardDozeAmountOverrideHidingNotifs() constant 480 val willRemove = (!onKeyguard || !dozing) && !bypass && !animating in maybeClearHardDozeAmountOverrideHidingNotifs() 484 dozing = dozing, in maybeClearHardDozeAmountOverrideHidingNotifs() 504 setHardDozeAmountOverride(dozing = true, source = "Override: animating screen off") in overrideDozeAmountIfAnimatingScreenOff()
|
D | NotificationWakeUpCoordinatorLogger.kt | 81 fun logSetDozeAmountOverride(dozing: Boolean, source: String) { in logSetDozeAmountOverride() 86 bool1 = dozing in logSetDozeAmountOverride() 96 dozing: Boolean, in logMaybeClearHardDozeAmountOverrideHidingNotifs() 105 "willRemove=$willRemove onKeyguard=$onKeyguard dozing=$dozing" + in logMaybeClearHardDozeAmountOverrideHidingNotifs()
|
D | NotificationDozeHelper.java | 82 public void setDozing(Consumer<Float> listener, boolean dozing, in setDozing() argument 85 startIntensityAnimation(a -> listener.accept((Float) a.getAnimatedValue()), dozing, in setDozing() 104 listener.accept(dozing ? 1f : 0f); in setDozing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeLog.java | 140 public void traceDozing(boolean dozing) { in traceDozing() argument 141 mLogger.logDozing(dozing); in traceDozing() 149 public void traceDozingChanged(boolean dozing) { in traceDozingChanged() argument 150 mLogger.logDozingChanged(dozing); in traceDozingChanged() 317 public void tracePulseEvent(String pulseEvent, boolean dozing, int pulseReason) { in tracePulseEvent() argument 318 mLogger.logPulseEvent(pulseEvent, dozing, DozeLog.reasonToString(pulseReason)); in tracePulseEvent()
|
D | DozeLogger.kt | 248 fun logPulseEvent(pulseEvent: String, dozing: Boolean, pulseReason: String) { in logPulseEvent() 251 bool1 = dozing in logPulseEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | DozeScrimController.java | 99 public void setDozing(boolean dozing) { in setDozing() argument 100 if (mDozing == dozing) return; in setDozing() 101 mDozing = dozing; in setDozing()
|
D | LockIcon.java | 135 void update(int newState, boolean dozing, boolean keyguardJustShown) { in update() argument 138 mDozing = dozing; in update() 201 private static int getAnimationIndexForTransition(int oldState, int newState, boolean dozing, in getAnimationIndexForTransition() argument 205 if (dozing) { in getAnimationIndexForTransition()
|
D | DozeServiceHost.java | 211 boolean dozing = in updateDozing() 217 dozing = false; in updateDozing() 221 callback.onDozingChanged(dozing); in updateDozing() 223 mStatusBarStateController.setIsDozing(dozing); in updateDozing()
|
D | StatusBarKeyguardViewManager.java | 808 private void setDozing(boolean dozing) { in setDozing() argument 809 if (mDozing != dozing) { in setDozing() 810 mDozing = dozing; in setDozing() 811 if (dozing || needsFullscreenBouncer() in setDozing() 813 reset(dozing /* hideBouncerWhenShowing */); in setDozing() 817 if (!dozing) { in setDozing()
|
D | NotificationIconContainer.java | 622 public void setDozing(boolean dozing, boolean fade, long delay) { in setDozing() argument 623 mDozing = dozing; in setDozing() 628 ((StatusBarIconView) view).setDozing(dozing, fade, delay); in setDozing()
|
D | KeyguardStatusBarViewController.java | 426 public void setDozing(boolean dozing) { in setDozing() argument 427 mDozing = dozing; in setDozing()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/ |
D | KeyguardLogger.kt | 86 dozing: Boolean, in logUpdateDeviceEntryIndication() 94 bool3 = dozing in logUpdateDeviceEntryIndication()
|
/frameworks/proto_logging/stats/enums/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
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShadeWindowController.java | 144 default void setDozing(boolean dozing) {} in setDozing() argument
|
/frameworks/base/packages/SystemUI/docs/device-entry/ |
D | doze.md | 3 …, pulsing, or wake-gestures are enabled, then the device will enter the `dozing` state after a use… 11 …dozing begins, [DozeUI][17] informs SystemUI's [DozeServiceHost][18] that dozing has begun - which…
|
D | keyguard.md | 29 ### Pulsing (Incoming notifications while dozing)
|
/frameworks/proto_logging/stats/enums/os/ |
D | enums.proto | 187 // manager is in the dozing state. 192 // is dozing. It currently has no effect unless the power manager is in 193 // the dozing state.
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.md | 72 Note if the device is dozing or in battery saver, promoting to the "ACTIVE" bucket will still 84 (However, note that when the device is dozing, sync jobs will not run anyway.) 108 - When the device is dozing, no sync operations will be executed.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | AmbientState.java | 341 public void setDozing(boolean dozing) { in setDozing() argument 342 mDozing = dozing; in setDozing()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 276 private void setDozing(boolean dozing) { in setDozing() argument 278 mDozing = dozing; in setDozing()
|