Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNPVCDownEventState.kt35 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()
DNotificationShadeWindowState.kt57 @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()
DNotificationPanelView.java83 public void setDozing(boolean dozing) { in setDozing() argument
84 mDozing = dozing; in setDozing()
DNotificationShadeWindowControllerImpl.java305 || (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/
DNotificationWakeUpCoordinator.kt300 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()
DNotificationWakeUpCoordinatorLogger.kt81 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()
DNotificationDozeHelper.java82 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/
DDozeLog.java140 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()
DDozeLogger.kt248 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/
DDozeScrimController.java99 public void setDozing(boolean dozing) { in setDozing() argument
100 if (mDozing == dozing) return; in setDozing()
101 mDozing = dozing; in setDozing()
DLockIcon.java135 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()
DDozeServiceHost.java211 boolean dozing = in updateDozing()
217 dozing = false; in updateDozing()
221 callback.onDozingChanged(dozing); in updateDozing()
223 mStatusBarStateController.setIsDozing(dozing); in updateDozing()
DStatusBarKeyguardViewManager.java808 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()
DNotificationIconContainer.java622 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()
DKeyguardStatusBarViewController.java426 public void setDozing(boolean dozing) { in setDozing() argument
427 mDozing = dozing; in setDozing()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DKeyguardLogger.kt86 dozing: Boolean, in logUpdateDeviceEntryIndication()
94 bool3 = dozing in logUpdateDeviceEntryIndication()
/frameworks/proto_logging/stats/enums/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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeWindowController.java144 default void setDozing(boolean dozing) {} in setDozing() argument
/frameworks/base/packages/SystemUI/docs/device-entry/
Ddoze.md3 …, pulsing, or wake-gestures are enabled, then the device will enter the `dozing` state after a use…
11dozing begins, [DozeUI][17] informs SystemUI's [DozeServiceHost][18] that dozing has begun - which…
Dkeyguard.md29 ### Pulsing (Incoming notifications while dozing)
/frameworks/proto_logging/stats/enums/os/
Denums.proto187 // 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/
DSyncManager.md72 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/
DAmbientState.java341 public void setDozing(boolean dozing) { in setDozing() argument
342 mDozing = dozing; in setDozing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java276 private void setDozing(boolean dozing) { in setDozing() argument
278 mDozing = dozing; in setDozing()

12