Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java849 Rect tmpRect = new Rect(); in drawAppContrastTile() local
850 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()
DWorkspace.java2311 Rect tmpRect = new Rect();
2312 mLauncher.getDragLayer().getDescendantRectRelativeToSelf(boundingLayout, tmpRect);
2313 area.union(tmpRect);
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1560 Rect tmpRect = new Rect(); in getFallbackClosingWindowAnimators() local
1595 tmpRect.set(target.screenSpaceBounds); in getFallbackClosingWindowAnimators()
1602 tmpRect.centerX(), in getFallbackClosingWindowAnimators()
1603 tmpRect.centerY()); in getFallbackClosingWindowAnimators()