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.java1507 Rect tmpRect = new Rect(); in getFallbackClosingWindowAnimators() local
1536 tmpRect.set(target.screenSpaceBounds); in getFallbackClosingWindowAnimators()
1543 tmpRect.centerX(), in getFallbackClosingWindowAnimators()
1544 tmpRect.centerY()); in getFallbackClosingWindowAnimators()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java2264 Rect tmpRect = new Rect();
2265 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(boundingLayout, tmpRect);
2266 area.union(tmpRect);