Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java72 @Nullable private ShowNextIndication mShowNextIndicationRunnable; field in KeyguardIndicationRotateTextViewController
173 if (mShowNextIndicationRunnable != null) { in updateIndication()
174 mShowNextIndicationRunnable.runImmediately(); in updateIndication()
283 return mShowNextIndicationRunnable != null; in isNextIndicationScheduled()
289 mShowNextIndicationRunnable = new ShowNextIndication(msUntilShowNextMsg); in scheduleShowNextIndication()
293 if (mShowNextIndicationRunnable != null) { in cancelScheduledIndication()
294 mShowNextIndicationRunnable.cancelDelayedExecution(); in cancelScheduledIndication()
295 mShowNextIndicationRunnable = null; in cancelScheduledIndication()
355 pw.println(" showNextIndicationRunnable:" + mShowNextIndicationRunnable); in dump()