HomeSort by relevance Sort by last modified time
    Searched refs:SHAPE_CIRCLE (Results 1 - 4 of 4) 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) {
GameObjectCollisionSystem.java 240 DebugSystem.SHAPE_CIRCLE,
252 volume.getClass() == AABoxCollisionVolume.class ? DebugSystem.SHAPE_BOX : DebugSystem.SHAPE_CIRCLE,
265 volume.getClass() == AABoxCollisionVolume.class ? DebugSystem.SHAPE_BOX : DebugSystem.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) {
  /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 144 milliseconds