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.java78 private static final RectF sTmpRectF = new RectF(); field in FloatingIconView
494 sTmpRectF); in onGlobalLayout()
495 if (!sTmpRectF.equals(mPositionOut)) { in onGlobalLayout()
496 updatePosition(sTmpRectF, (InsettableFrameLayout.LayoutParams) getLayoutParams()); in onGlobalLayout()