Searched refs:DRAW_FADED (Results 1 – 2 of 2) sorted by relevance
44 public static final int DRAW_FADED = 2; field in ColorChipView74 if (style != DRAW_FULL && style != DRAW_BORDER && style != DRAW_FADED) { in setDrawStyle()98 mPaint.setColor(mDrawStyle == DRAW_FADED ? in onDraw()102 case DRAW_FADED: in onDraw()
139 holder.colorChip.setDrawStyle(ColorChipView.DRAW_FADED); in bindView()