Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java367 mTempRectStack.clear(); in setGridSize()
1181 private final Stack<Rect> mTempRectStack = new Stack<Rect>(); field in CellLayout
1183 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()
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java335 mTempRectStack.clear(); in setGridSize()
1342 private final Stack<Rect> mTempRectStack = new Stack<Rect>(); field in CellLayout
1344 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()