Home | History | Annotate | Download | only in launcher3

Lines Matching full:originy

1061      * @param originY The Y value of the top left corner of the item
1066 void estimateDropCell(int originX, int originY, int spanX, int spanY, int[] result) {
1072 pointToCellRounded(originX, originY, result);
1087 void visualizeDropLocation(View v, Bitmap dragOutline, int originX, int originY, int cellX,