Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java1113 final int spotInCycle = (int) (SystemClock.elapsedRealtime() - in onDraw() local
1115 final int numCircles = spotInCycle / MILLIS_PER_CIRCLE_ANIMATING; in onDraw()
1130 ((float) (spotInCycle % MILLIS_PER_CIRCLE_ANIMATING)) / in onDraw()