Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java349 private final Runnable mShowIndicationRunnable; field in KeyguardIndicationRotateTextViewController.ShowNextIndication
353 mShowIndicationRunnable = () -> { in ShowNextIndication()
358 mCancelDelayedRunnable = mExecutor.executeDelayed(mShowIndicationRunnable, delay); in ShowNextIndication()
363 mShowIndicationRunnable.run(); in runImmediately()