Home | History | Annotate | Download | only in launcher2

Lines Matching full:coordinate

802      * @param x X coordinate of the point
803 * @param y Y coordinate of the point
804 * @param result Array of 2 ints to hold the x and y coordinate of the cell
824 * @param x X coordinate of the point
825 * @param y Y coordinate of the point
826 * @param result Array of 2 ints to hold the x and y coordinate of the cell
833 * Given a cell coordinate, return the point that represents the upper left corner of that cell
835 * @param cellX X coordinate of the cell
836 * @param cellY Y coordinate of the cell
838 * @param result Array of 2 ints to hold the x and y coordinate of the point
849 * Given a cell coordinate, return the point that represents the center of the cell
851 * @param cellX X coordinate of the cell
852 * @param cellY Y coordinate of the cell
854 * @param result Array of 2 ints to hold the x and y coordinate of the point
861 * Given a cell coordinate and span return the point that represents the center of the regio
863 * @param cellX X coordinate of the cell
864 * @param cellY Y coordinate of the cell
866 coordinate of the point
878 * Given a cell coordinate and span fills out a corresponding pixel rect
880 * @param cellX X coordinate of the cell
881 * @param cellY Y coordinate of the cell
2797 * Finds the upper-left coordinate of the first rectangle in the grid that can
2835 * @param intersectX The X coordinate of the cell that we should try to overlap
2836 * @param intersectX The Y coordinate of the cell that we should try to overlap
2958 * @param cellX X coordinate of upper left corner expressed as a cell position
2959 * @param cellY Y coordinate of upper left corner expressed as a cell position
3046 * @param vacant Holds the x and y coordinate of the vacant cell
3218 // X coordinate of the view in the layout.
3221 // Y coordinate of the view in the layout.