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