Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mTmpPoint

81     private final int[] mTmpPoint = new int[2];
839 cellToCenterPoint(cell[0], cell[1], mTmpPoint);
840 float distance = (float) Math.sqrt( Math.pow(x - mTmpPoint[0], 2) +
841 Math.pow(y - mTmpPoint[1], 2));
1172 final int[] topLeft = mTmpPoint;
1486 int[] curDirection = mTmpPoint;
2020 regionToCenterPoint(cellX0, cellY0, spanX, spanY, mTmpPoint);
2021 final int x0 = mTmpPoint[0];
2022 final int y0 = mTmpPoint[1];
2023 regionToCenterPoint(cellX1, cellY1, spanX, spanY, mTmpPoint);
2024 final int x1 = mTmpPoint[0];
2025 final int y1 = mTmpPoint[1];