Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPINView.java318 Interpolator standardDecelerate = Interpolators.STANDARD_DECELERATE; in animate() local
320 float standardProgress = standardDecelerate.getInterpolation(progress); in animate()