Searched defs:union (Results 1 – 4 of 4) sorted by relevance
9 static union u2 { variable
467 public void union(float left, float top, float right, float bottom) { in union() method in RectF494 public void union(RectF r) { in union() method in RectF505 public void union(float x, float y) { in union() method in RectF
471 public void union(int left, int top, int right, int bottom) { in union() method in Rect494 public void union(Rect r) { in union() method in Rect505 public void union(int x, int y) { in union() method in Rect
250 public final boolean union(Rect r) { in union() method in Region