Searched defs:drawLine (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLCanvas.java | 73 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint); in drawLine() method
|
D | GLCanvasImpl.java | 186 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) { in drawLine() method in GLCanvasImpl
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
D | GLCanvasStub.java | 50 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) {} in drawLine() method in GLCanvasStub
|