Home | History | Annotate | Download | only in launcher3

Lines Matching full:topleft

948                 final int[] topLeft = mTmpPoint;
949 cellToPoint(cellX, cellY, topLeft);
951 int left = topLeft[0];
952 int top = topLeft[1];