Searched refs:offsetBy (Results 1 – 4 of 4) sorted by relevance
61 public Point offsetBy(int x, int y) { in offsetBy() method in Point
112 public Rect offsetBy(int x, int y) { in offsetBy() method in Rect
79 Point p2 = p.offsetBy(3, 4); in testOffsetBy()
168 Rect r2 = r.offsetBy(100, 200); in testOffsetBy()