Lines Matching refs:mTmpPoint
105 @Thunk final int[] mTmpPoint = new int[2]; field in CellLayout
748 cellToCenterPoint(cell[0], cell[1], mTmpPoint); in getDistanceFromCell()
749 return (float) Math.hypot(x - mTmpPoint[0], y - mTmpPoint[1]); in getDistanceFromCell()
980 final int[] topLeft = mTmpPoint; in visualizeDropLocation()
1172 final int[] cellXY = mTmpPoint; in findNearestArea()
1255 int[] curDirection = mTmpPoint; in findNearestArea()
1957 regionToCenterPoint(cellX0, cellY0, spanX, spanY, mTmpPoint); in ReorderPreviewAnimation()
1958 final int x0 = mTmpPoint[0]; in ReorderPreviewAnimation()
1959 final int y0 = mTmpPoint[1]; in ReorderPreviewAnimation()
1960 regionToCenterPoint(cellX1, cellY1, spanX, spanY, mTmpPoint); in ReorderPreviewAnimation()
1961 final int x1 = mTmpPoint[0]; in ReorderPreviewAnimation()
1962 final int y1 = mTmpPoint[1]; in ReorderPreviewAnimation()