Searched refs:SHAPE_CIRCLE (Results 1 – 2 of 2) sorted by relevance
54 public static final int SHAPE_CIRCLE = 'C'; field in IconFactory56 public static final int SHAPE_DEFAULT = SHAPE_CIRCLE;380 if (mShape == SHAPE_CIRCLE) { in getImageData()388 if (mShape == SHAPE_CIRCLE) { in getImageData()
257 : IconFactory.SHAPE_CIRCLE; in getCustomizedIcon()289 int shape = hasChildren() ? IconFactory.SHAPE_RECT : IconFactory.SHAPE_CIRCLE; in getImageDescriptor()