Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java152 scheduleShowNextIndication(minShowDuration - timeSinceLastIndicationSwitch); in updateIndication()
161 scheduleShowNextIndication( in updateIndication()
179 scheduleShowNextIndication(minShowDuration - timeSinceLastIndicationSwitch); in updateIndication()
264 scheduleShowNextIndication(Math.max( in showIndication()
287 private void scheduleShowNextIndication(long msUntilShowNextMsg) { in scheduleShowNextIndication() method in KeyguardIndicationRotateTextViewController