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

  /external/replicaisland/src/com/replica/replicaisland/
DebugSystem.java 25 public static final int SHAPE_CIRCLE = 1;
97 } else if (shapeType == SHAPE_CIRCLE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 54 public static final int SHAPE_CIRCLE = 'C';
56 public static final int SHAPE_DEFAULT = SHAPE_CIRCLE;
136 * one of SHAPE_DEFAULT, SHAPE_CIRCLE or SHAPE_RECT.
177 * one of SHAPE_DEFAULT, SHAPE_CIRCLE or SHAPE_RECT.
380 if (mShape == SHAPE_CIRCLE) {
388 if (mShape == SHAPE_CIRCLE) {

Completed in 29 milliseconds