Home | History | Annotate | Download | only in launcher3

Lines Matching full:coordinate

688      * @param x X coordinate of the point
689 * @param y Y coordinate of the point
690 * @param result Array of 2 ints to hold the x and y coordinate of the cell
710 * @param x X coordinate of the point
711 * @param y Y coordinate of the point
712 * @param result Array of 2 ints to hold the x and y coordinate of the cell
719 * Given a cell coordinate, return the point that represents the upper left corner of that cell
721 * @param cellX X coordinate of the cell
722 * @param cellY Y coordinate of the cell
724 * @param result Array of 2 ints to hold the x and y coordinate of the point
735 * Given a cell coordinate, return the point that represents the center of the cell
737 * @param cellX X coordinate of the cell
738 * @param cellY Y coordinate of the cell
740 * @param result Array of 2 ints to hold the x and y coordinate of the point
747 * Given a cell coordinate and span return the point that represents the center of the regio
749 * @param cellX X coordinate of the cell
750 * @param cellY Y coordinate of the cell
752 * @param result Array of 2 ints to hold the x and y coordinate of the point
764 * Given a cell coordinate and span fills out a corresponding pixel rect
766 * @param cellX X coordinate of the cell
767 * @param cellY Y coordinate of the cell
2572 * Finds the upper-left coordinate of the first rectangle in the grid that can
2660 * @param cellX X coordinate of upper left corner expressed as a cell position
2661 * @param cellY Y coordinate of upper left corner expressed as a cell position
2863 // X coordinate of the view in the layout.
2866 // Y coordinate of the view in the layout.