Searched refs:mTempRectStack (Results 1 – 2 of 2) sorted by relevance
367 mTempRectStack.clear(); in setGridSize()1181 private final Stack<Rect> mTempRectStack = new Stack<Rect>(); field in CellLayout1183 if (mTempRectStack.isEmpty()) { in lazyInitTempRectStack()1185 mTempRectStack.push(new Rect()); in lazyInitTempRectStack()1192 mTempRectStack.push(used.pop()); in recycleTempRects()1295 Rect currentRect = mTempRectStack.pop(); in findNearestArea()
335 mTempRectStack.clear(); in setGridSize()1342 private final Stack<Rect> mTempRectStack = new Stack<Rect>(); field in CellLayout1344 if (mTempRectStack.isEmpty()) { in lazyInitTempRectStack()1346 mTempRectStack.push(new Rect()); in lazyInitTempRectStack()1353 mTempRectStack.push(used.pop()); in recycleTempRects()1459 Rect currentRect = mTempRectStack.pop(); in findNearestArea()