Searched refs:tmpRect (Results 1 – 3 of 3) sorted by relevance
849 Rect tmpRect = new Rect(); in drawAppContrastTile() local850 getDrawingRect(tmpRect); in drawAppContrastTile()860 titleLength = Math.min(titleLength, tmpRect.width()); in drawAppContrastTile()861 appTitleBounds = new RectF((tmpRect.width() - titleLength) / 2.f - getCompoundPaddingLeft(), in drawAppContrastTile()862 0, (tmpRect.width() + titleLength) / 2.f + getCompoundPaddingRight(), in drawAppContrastTile()
2311 Rect tmpRect = new Rect();2312 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(boundingLayout, tmpRect);2313 area.union(tmpRect);
1560 Rect tmpRect = new Rect(); in getFallbackClosingWindowAnimators() local1595 tmpRect.set(target.screenSpaceBounds); in getFallbackClosingWindowAnimators()1602 tmpRect.centerX(), in getFallbackClosingWindowAnimators()1603 tmpRect.centerY()); in getFallbackClosingWindowAnimators()