Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java101 final PointF mTmpPointF = new PointF(); field in CellLayout
901 item.getReorderPreviewOffset(mTmpPointF); in animateChildToPosition()
902 final float initPreviewOffsetX = mTmpPointF.x; in animateChildToPosition()
903 final float initPreviewOffsetY = mTmpPointF.y; in animateChildToPosition()
1955 child.getReorderBounceOffset(mTmpPointF); in ReorderPreviewAnimation()
1956 initDeltaX = mTmpPointF.x; in ReorderPreviewAnimation()
1957 initDeltaY = mTmpPointF.y; in ReorderPreviewAnimation()