Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1149 Rect tmpRect = new Rect(); in getClosingWindowAnimators() local
1179 tmpRect.set(target.screenSpaceBounds); in getClosingWindowAnimators()
1186 tmpRect.centerX(), in getClosingWindowAnimators()
1187 tmpRect.centerY()); in getClosingWindowAnimators()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java2006 Rect tmpRect = new Rect();
2007 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(boundingLayout, tmpRect);
2008 area.union(tmpRect);