Home | History | Annotate | Download | only in launcher2

Lines Matching defs:mTmpPoint

84     private final int[] mTmpPoint = new int[2];
894 cellToCenterPoint(cell[0], cell[1], mTmpPoint);
895 float distance = (float) Math.sqrt( Math.pow(x - mTmpPoint[0], 2) +
896 Math.pow(y - mTmpPoint[1], 2));
1228 final int[] topLeft = mTmpPoint;
1542 int[] curDirection = mTmpPoint;
2293 regionToCenterPoint(cellX0, cellY0, spanX, spanY, mTmpPoint);
2294 final int x0 = mTmpPoint[0];
2295 final int y0 = mTmpPoint[1];
2296 regionToCenterPoint(cellX1, cellY1, spanX, spanY, mTmpPoint);
2297 final int x1 = mTmpPoint[0];
2298 final int y1 = mTmpPoint[1];