Searched refs:mRects (Results 1 – 1 of 1) sorted by relevance
182 private RangeArray<Rect> mRects = new RangeArray<Rect>(-BOX_MAX, BOX_MAX); field in PositionController221 mRects.put(i, new Rect()); in PositionController()753 Rect r = mRects.get(j); in hitTest()870 if (Rect.intersects(mRects.get(i), mRects.get(j))) { in dumpState()879 Rect r = mRects.get(i); in dumpRect()895 Rect r = mRects.get(i); in convertBoxToRect()904 Rect a = mRects.get(i - 1); in convertBoxToRect()909 Rect a = mRects.get(i + 1); in convertBoxToRect()920 return mRects.get(index); in getPosition()1026 Rect r = mRects.get(i); in moveBox()