Searched refs:tmpRect (Results 1 – 2 of 2) sorted by relevance
1149 Rect tmpRect = new Rect(); in getClosingWindowAnimators() local1179 tmpRect.set(target.screenSpaceBounds); in getClosingWindowAnimators()1186 tmpRect.centerX(), in getClosingWindowAnimators()1187 tmpRect.centerY()); in getClosingWindowAnimators()
2006 Rect tmpRect = new Rect();2007 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(boundingLayout, tmpRect);2008 area.union(tmpRect);