Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java48 private static final int ANIM_KIND_SCALE = 1; field in PositionController
529 startAnimation(x, y, s, ANIM_KIND_SCALE); in scaleBy()
1422 case ANIM_KIND_SCALE: in applyInterpolationCurve()