Searched defs:shape (Results 1 – 5 of 5) sorted by relevance
| /sdk/assetstudio/tests/src/com/android/assetstudiolib/ |
| D | NotificationIconGeneratorTest.java | 26 GraphicGenerator.Shape shape, int minSdk, String folderName, in checkGraphic() 36 private void checkGraphic(String baseName, GraphicGenerator.Shape shape) throws IOException { in checkGraphic()
|
| D | LauncherIconGeneratorTest.java | 26 GraphicGenerator.Shape shape, GraphicGenerator.Style style, in checkGraphic()
|
| /sdk/assetstudio/src/com/android/assetstudiolib/ |
| D | LauncherIconGenerator.java | 44 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/ |
| D | IconFactory.java | 116 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/ |
| D | ElementDescriptor.java | 256 int shape = hasChildren() ? IconFactory.SHAPE_RECT in getCustomizedIcon() local 289 int shape = hasChildren() ? IconFactory.SHAPE_RECT : IconFactory.SHAPE_CIRCLE; in getImageDescriptor() local
|