Searched refs:dreaming (Results 1 – 11 of 11) sorted by relevance
37 var dreaming: Boolean = false,69 dreaming.toString(),110 dreaming = model.dreaming
273 public void onDreamingStateChanged(boolean dreaming) { } in onDreamingStateChanged() argument
39 public void onDreamingStateChanged(boolean dreaming) {40 updateCondition(dreaming);
86 boolean dreaming; field in KeyguardServiceDelegate.KeyguardState224 if (mKeyguardState.dreaming) {310 mKeyguardState.dreaming = true; in onDreamingStarted()317 mKeyguardState.dreaming = false; in onDreamingStopped()473 pw.println(prefix + "dreaming=" + mKeyguardState.dreaming); in dump()
102 .collect { (interactive, dreaming) ->103 if (interactive && !dreaming) {
60 // start dreaming or go to sleep.62 // The device is dreaming. It can be awoken by a call to wakeUp(), which
144 default void setDreaming(boolean dreaming) {} in setDreaming() argument
578 mCurrentState.dreaming); in notifyStateChangedCallbacks()787 public void setDreaming(boolean dreaming) { in setDreaming() argument788 mCurrentState.dreaming = dreaming; in setDreaming()
57 @JvmField var dreaming: Boolean = false,
122 // the dreaming or dozing state. Indicates whether a new dream should begin.276 // Minimum battery level to allow dreaming when powered.279 // Minimum battery level to allow dreaming when not powered.
3437 public void onDreamingStateChanged(boolean dreaming) {3439 if (dreaming) {