Home
last modified time | relevance | path

Searched defs:shape (Results 1 – 6 of 6) 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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DIconFactory.java103 public Image getIcon(String osName, int color, int shape) { in getIcon()
144 public ImageDescriptor getImageDescriptor(String osName, int color, int shape) { in getImageDescriptor()
173 public LetterImageDescriptor(char letter, int color, int shape) { in LetterImageDescriptor()
/development/tools/mkstubs/tests/data/
DTestTemplateClass.java47 public void draw(List<? extends Rect> shape) { in draw()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DElementDescriptor.java175 int shape = hasChildren() ? IconFactory.SHAPE_RECT : IconFactory.SHAPE_CIRCLE; in getIcon() local
192 int shape = hasChildren() ? IconFactory.SHAPE_RECT : IconFactory.SHAPE_CIRCLE; in getImageDescriptor() local
/development/samples/CubeLiveWallpaper/src/com/android/livecubes/cube2/
DCubeWallpaper2.java110 String shape = prefs.getString("cube2_shape", "cube"); in onSharedPreferenceChanged() local