Searched defs:clipRect (Results 1 – 2 of 2) sorted by relevance
75 final Rect clipRect = new Rect(0, 0, 50, 50); in testViewInitializer() local
1422 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() method in ViewGroupTest.MockCanvas