Searched defs:mTempRectStack (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java335 mTempRectStack.clear();
1342 private final Stack<Rect> mTempRectStack = new Stack<Rect>(); field in class:CellLayout
1344 if (mTempRectStack.isEmpty()) {
1346 mTempRectStack.push(new Rect());
1353 mTempRectStack.push(used.pop());
1459 Rect currentRect = mTempRectStack.pop();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java371 mTempRectStack.clear();
1125 private final Stack<Rect> mTempRectStack = new Stack<Rect>(); field in class:CellLayout
1127 if (mTempRectStack.isEmpty()) {
1129 mTempRectStack.push(new Rect());
1136 mTempRectStack.push(used.pop());
1239 Rect currentRect = mTempRectStack.pop();

Completed in 38 milliseconds