HomeSort by relevance Sort by last modified time
    Searched refs:SHAPE_CIRCLE (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 50 public static final int SHAPE_CIRCLE = 'C';
52 public static final int SHAPE_DEFAULT = SHAPE_CIRCLE;
112 * one of SHAPE_DEFAULT, SHAPE_CIRCLE or SHAPE_RECT.
153 * one of SHAPE_DEFAULT, SHAPE_CIRCLE or SHAPE_RECT.
244 if (mShape == SHAPE_CIRCLE) {
252 if (mShape == SHAPE_CIRCLE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 257 : IconFactory.SHAPE_CIRCLE;
289 int shape = hasChildren() ? IconFactory.SHAPE_RECT : IconFactory.SHAPE_CIRCLE;

Completed in 62 milliseconds