Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java174 scheduleShowNextIndication(minShowDuration - timeSinceLastIndicationSwitch); in updateIndication()
183 scheduleShowNextIndication( in updateIndication()
286 scheduleShowNextIndication(Math.max( in showIndication()
309 private void scheduleShowNextIndication(long msUntilShowNextMsg) { in scheduleShowNextIndication() method in KeyguardIndicationRotateTextViewController