Home
last modified time | relevance | path

Searched defs:scaleAnim (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java2192 final ValueAnimator scaleAnim = ValueAnimator.ofFloat(0f, 1f).setDuration(duration); in cameraZoomOut() local
2312 ValueAnimator scaleAnim = ValueAnimator.ofFloat(0f, 1f).setDuration(duration); in cameraZoomIn() local