Home | History | Annotate | Download | only in launcher2

Lines Matching refs:topLeft

1228             final int[] topLeft = mTmpPoint;
1229 cellToPoint(cellX, cellY, topLeft);
1231 int left = topLeft[0];
1232 int top = topLeft[1];