Searched defs:ANIM_KIND_FLING_X (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java54 private static final int ANIM_KIND_FLING_X = 7; field in class:PositionController
60 // The values for ANIM_KIND_FLING_X does't matter because we use
72 0, // ANIM_KIND_FLING_X (see the comment above)
571 case ANIM_KIND_FLING_X:
627 case ANIM_KIND_FLING_X:
708 targetX, b.mCurrentY, b.mCurrentScale, ANIM_KIND_FLING_X);
1416 case ANIM_KIND_FLING_X:
1520 } else if (mAnimationKind == ANIM_KIND_FLING_X) {

Completed in 37 milliseconds