Searched refs:mCurrentMillis (Results 1 – 1 of 1) sorted by relevance
163 private long mCurrentMillis; field in SwipeDetector318 long previousMillis = mCurrentMillis; in computeVelocity()319 mCurrentMillis = currentMillis; in computeVelocity()321 float deltaTimeMillis = mCurrentMillis - previousMillis; in computeVelocity()