Searched defs:rectangle (Results 1 - 1 of 1) sorted by relevance

/dalvik/tests/044-proxy/src/
H A DBasicTest.java43 shapes.rectangle(10, 20);
46 quads.rectangle(15, 25);
118 public int rectangle(int x, int y); method in interface:Shapes
128 public int rectangle(int x, int y); method in interface:Quads
164 public int rectangle(int x, int y) { method in class:Mix
165 System.out.println("--- rectangle " + x + "," + y);

Completed in 33 milliseconds