Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
DSwipeDetector.java163 private long mCurrentMillis; field in SwipeDetector
318 long previousMillis = mCurrentMillis; in computeVelocity()
319 mCurrentMillis = currentMillis; in computeVelocity()
321 float deltaTimeMillis = mCurrentMillis - previousMillis; in computeVelocity()