HomeSort by relevance Sort by last modified time
    Searched refs:SHAPE_CIRCLE (Results 1 - 10 of 10) 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,
  /packages/apps/Dialer/java/com/android/contacts/common/lettertiles/
LetterTileDrawable.java 70 * Shape indicates the letter tile shape. It can be either a {@link #SHAPE_CIRCLE}, otherwise, it
74 @IntDef({SHAPE_CIRCLE, SHAPE_RECTANGLE})
78 public static final int SHAPE_CIRCLE = 1;
382 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) {
  /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;
  /packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
ContactPhotoLoader.java 123 LetterTileDrawable.SHAPE_CIRCLE,
  /packages/apps/Dialer/java/com/android/dialer/shortcuts/
IconFactory.java 128 displayName, lookupKey, LetterTileDrawable.SHAPE_CIRCLE, LetterTileDrawable.TYPE_DEFAULT);
  /packages/apps/Dialer/java/com/android/contacts/common/
ContactPhotoManager.java 481 ? LetterTileDrawable.SHAPE_CIRCLE
  /packages/apps/Dialer/java/com/android/incallui/contactgrid/
ContactGridManager.java 278 LetterTileDrawable.SHAPE_CIRCLE,
  /packages/apps/Dialer/java/com/android/incallui/
StatusBarNotifier.java 627 LetterTileDrawable.SHAPE_CIRCLE,
    [all...]

Completed in 672 milliseconds