Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java324 private final Runnable mShowIndicationRunnable; field in KeyguardIndicationRotateTextViewController.ShowNextIndication
328 mShowIndicationRunnable = () -> { in ShowNextIndication()
333 mCancelDelayedRunnable = mExecutor.executeDelayed(mShowIndicationRunnable, delay); in ShowNextIndication()
338 mShowIndicationRunnable.run(); in runImmediately()