Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java177 long nextShowTime = Math.max( in updateIndication() local
180 if (timeSinceLastIndicationSwitch >= nextShowTime) { in updateIndication()
184 nextShowTime - timeSinceLastIndicationSwitch); in updateIndication()