Home
last modified time | relevance | path

Searched defs:shape (Results 1 – 5 of 5) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DLayer.java29 GLShape shape = mShapes[i]; in startAnimation() local
38 GLShape shape = mShapes[i]; in endAnimation() local
84 GLShape shape = mShapes[i]; in setAngle() local
DGLWorld.java30 public void addShape(GLShape shape) { in addShape()
56 GLShape shape = iter3.next(); in generate() local
/development/tools/mkstubs/tests/data/
DTestTemplateClass.java47 public void draw(List<? extends Rect> shape) { in draw()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DShapeHolder.java31 private ShapeDrawable shape; field in ShapeHolder
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
DCubeWallpaper2.java107 String shape = prefs.getString("cube2_shape", "cube"); in onSharedPreferenceChanged() local