Home | History | Annotate | Download | only in launcher3

Lines Matching defs:mTmpPoint

97     @Thunk final int[] mTmpPoint = new int[2];
734 cellToCenterPoint(cell[0], cell[1], mTmpPoint);
735 return (float) Math.hypot(x - mTmpPoint[0], y - mTmpPoint[1]);
948 final int[] topLeft = mTmpPoint;
1140 final int[] cellXY = mTmpPoint;
1223 int[] curDirection = mTmpPoint;
1911 regionToCenterPoint(cellX0, cellY0, spanX, spanY, mTmpPoint);
1912 final int x0 = mTmpPoint[0];
1913 final int y0 = mTmpPoint[1];
1914 regionToCenterPoint(cellX1, cellY1, spanX, spanY, mTmpPoint);
1915 final int x1 = mTmpPoint[0];
1916 final int y1 = mTmpPoint[1];