Searched refs:mRects (Results 1 – 1 of 1) sorted by relevance
183 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()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()