HomeSort by relevance Sort by last modified time
    Searched defs:SHAPE_CIRCLE (Results 1 - 3 of 3) 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) {
  /packages/apps/Dialer/java/com/android/contacts/common/lettertiles/
LetterTileDrawable.java 68 * Shape indicates the letter tile shape. It can be either a {@link #SHAPE_CIRCLE}, otherwise, it
72 @IntDef({SHAPE_CIRCLE, SHAPE_RECTANGLE})
76 public static final int SHAPE_CIRCLE = 1;
378 this.setIsCircular(shape == 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 215 milliseconds