Home
last modified time | relevance | path

Searched refs:drawPict (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPictureLayout.java108 private void drawPict(Canvas canvas, int x, int y, int w, int h, in drawPict() method in PictureLayout
130 drawPict(canvas, 0, 0, x, y, 1, 1); in dispatchDraw()
131 drawPict(canvas, x, 0, x, y, -1, 1); in dispatchDraw()
132 drawPict(canvas, 0, y, x, y, 1, -1); in dispatchDraw()
133 drawPict(canvas, x, y, x, y, -1, -1); in dispatchDraw()