Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java183 private RangeArray<Rect> mRects = new RangeArray<Rect>(-BOX_MAX, BOX_MAX); field in PositionController
221 mRects.put(i, new Rect()); in PositionController()
753 Rect r = mRects.get(j); in hitTest()
871 if (Rect.intersects(mRects.get(i), mRects.get(j))) { in dumpState()
880 Rect r = mRects.get(i); in dumpRect()
896 Rect r = mRects.get(i); in convertBoxToRect()
905 Rect a = mRects.get(i - 1); in convertBoxToRect()
910 Rect a = mRects.get(i + 1); in convertBoxToRect()
921 return mRects.get(index); in getPosition()
1028 Rect r = mRects.get(i); in moveBox()