Searched refs:sTempRect (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DPreloadIconDrawable.java27 private static final Rect sTempRect = new Rect(); field in class:PreloadIconDrawable
77 sTempRect.set(bounds);
78 sTempRect.inset(-mRingOutset, -mRingOutset);
79 mBgDrawable.setBounds(sTempRect);
96 d.getPadding(sTempRect);
101 bounds.left + sTempRect.left * paddingScaleX,
102 bounds.top + sTempRect.top * paddingScaleY,
103 bounds.right - sTempRect.right * paddingScaleX,
104 bounds.bottom - sTempRect.bottom * paddingScaleY);
114 if (canvas.getClipBounds(sTempRect)
[all...]
H A DHolographicOutlineHelper.java32 private static final Rect sTempRect = new Rect(); field in class:HolographicOutlineHelper
163 final Rect clipRect = sTempRect;
164 view.getDrawingRect(sTempRect);
H A DWorkspace.java215 private static final Rect sTempRect = new Rect(); field in class:Workspace
2537 final Rect clipRect = sTempRect;

Completed in 117 milliseconds