Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DNumPadAnimator.java183 ValueAnimator contractBackgroundColorAnimator = ValueAnimator.ofObject(new ArgbEvaluator(), in createAnimators() local
185 contractBackgroundColorAnimator.setInterpolator(Interpolators.LINEAR); in createAnimators()
186 contractBackgroundColorAnimator.setStartDelay(CONTRACT_ANIMATION_DELAY_MS); in createAnimators()
187 contractBackgroundColorAnimator.setDuration(CONTRACT_ANIMATION_MS); in createAnimators()
188 contractBackgroundColorAnimator.addUpdateListener( in createAnimators()
208 contractBackgroundColorAnimator, contractTextColorAnimator); in createAnimators()