Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java91 private static final RectF sTmpRectF = new RectF(); field in FloatingIconView
688 sTmpRectF); in onGlobalLayout()
689 if (rotation != mRotation || !sTmpRectF.equals(mPositionOut)) { in onGlobalLayout()
690 updatePosition(rotation, sTmpRectF, (LayoutParams) getLayoutParams()); in onGlobalLayout()