Searched refs:offsetPoints (Results 1 – 2 of 2) sorted by relevance
81 Utilities.offsetPoints(points, 5f, 6f) in testOffsetPoints()
229 offsetPoints(coord, -v.getScrollX(), -v.getScrollY()); in getDescendantCoordRelativeToAncestor()235 offsetPoints(coord, v.getLeft(), v.getTop()); in getDescendantCoordRelativeToAncestor()306 public static void offsetPoints(float[] points, float offsetX, float offsetY) { in offsetPoints() method in Utilities