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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java183 private RangeArray<Rect> mRects = new RangeArray<Rect>(-BOX_MAX, BOX_MAX); field in class:PositionController
221 mRects.put(i, new Rect());
753 Rect r = mRects.get(j);
847 // Convert the information in mPlatform and mBoxes to mRects, so the user
871 if (Rect.intersects(mRects.get(i), mRects.get(j))) {
880 Rect r = mRects.get(i);
896 Rect r = mRects.get(i);
905 Rect a = mRects.get(i - 1);
910 Rect a = mRects
[all...]

Completed in 36 milliseconds