Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DVisualStabilityCoordinator.java71 private boolean mFullyDozed; field in VisualStabilityCoordinator
117 mFullyDozed = mStatusBarStateController.getDozeAmount() == 1f; in attach()
227 return ((mFullyDozed && mSleepy) || !mPanelExpanded) && !mPulsing; in isReorderingAllowed()
279 mFullyDozed = fullyDozed;
308 pw.println(" fullyDozed: " + mFullyDozed); in dump()