Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java346 private final Runnable mShowIndicationRunnable; field in KeyguardIndicationRotateTextViewController.ShowNextIndication
350 mShowIndicationRunnable = () -> { in ShowNextIndication()
355 mCancelDelayedRunnable = mExecutor.executeDelayed(mShowIndicationRunnable, delay); in ShowNextIndication()
360 mShowIndicationRunnable.run(); in runImmediately()