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