Home
last modified time | relevance | path

Searched defs:drawLine (Results 1 – 2 of 2) sorted by relevance

/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
DCubeWallpaper1.java202 void drawLine(Canvas c, int x1, int y1, int z1, int x2, int y2, int z2) { in drawLine() method in CubeWallpaper1.CubeEngine
/development/samples/GlobalTime/src/com/android/globaltime/
DClock.java70 private static void drawLine(Path path, in drawLine() method in Clock