Home | History | Annotate | Download | only in launcher3

Lines Matching refs:topLeft

1030             final int[] topLeft = mTmpPoint;
1031 cellToPoint(cellX, cellY, topLeft);
1033 int left = topLeft[0];
1034 int top = topLeft[1];