Home
last modified time | relevance | path

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

/sdk/assetstudio/tests/src/com/android/assetstudiolib/
DNotificationIconGeneratorTest.java26 GraphicGenerator.Shape shape, int minSdk, String folderName, in checkGraphic()
36 private void checkGraphic(String baseName, GraphicGenerator.Shape shape) throws IOException { in checkGraphic()
DLauncherIconGeneratorTest.java26 GraphicGenerator.Shape shape, GraphicGenerator.Style style, in checkGraphic()
/sdk/assetstudio/src/com/android/assetstudiolib/
DLauncherIconGenerator.java44 String shape = launcherOptions.shape.id; in generate() local
123 public Shape shape = Shape.SQUARE; field in LauncherIconGenerator.LauncherOptions
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DIconFactory.java116 public Image getIcon(String osName, int color, int shape) { in getIcon()
157 public ImageDescriptor getImageDescriptor(String osName, int color, int shape) { in getImageDescriptor()
265 public LetterImageDescriptor(char letter, int color, int shape) { in LetterImageDescriptor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DElementDescriptor.java256 int shape = hasChildren() ? IconFactory.SHAPE_RECT in getCustomizedIcon() local
289 int shape = hasChildren() ? IconFactory.SHAPE_RECT : IconFactory.SHAPE_CIRCLE; in getImageDescriptor() local