Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java50 private static final int ANIM_KIND_SLIDE = 3; field in PositionController
543 startAnimation(mPlatform.mDefaultX, 0, b.mScaleMin, ANIM_KIND_SLIDE); in startHorizontalSlide()
1427 case ANIM_KIND_SLIDE: in applyInterpolationCurve()