Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java163 long timeSinceLastIndicationSwitch = currTime - mLastIndicationSwitch; in updateIndication() local
164 boolean currMsgShownForMinTime = timeSinceLastIndicationSwitch >= minShowDuration; in updateIndication()
174 scheduleShowNextIndication(minShowDuration - timeSinceLastIndicationSwitch); in updateIndication()
180 if (timeSinceLastIndicationSwitch >= nextShowTime) { in updateIndication()
184 nextShowTime - timeSinceLastIndicationSwitch); in updateIndication()