Searched refs:mGaps (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java174 private RangeArray<Gap> mGaps = new RangeArray<Gap>(-BOX_MAX, BOX_MAX - 1); field in class:PositionController
224 mGaps.put(i, new Gap());
361 Gap g = mGaps.get(i);
398 Gap g = mGaps.get(i);
435 mGaps.get(i).mAnimationStartTime = NO_ANIMATION;
453 Gap g = mGaps.get(i);
553 Gap g = mGaps.get(offset); // the gap between the two boxes
788 mGaps.get(i).startSnapback();
810 changed |= mGaps.get(i).advanceAnimation();
862 Log.d(TAG, "Gap " + i + ": " + mGaps
[all...]

Completed in 194 milliseconds