Searched refs:STYLE_PATTERNED (Results 1 – 1 of 1) sorted by relevance
138 public static final int STYLE_PATTERNED = 1; field in RippleDrawable146 @IntDef({STYLE_SOLID, STYLE_PATTERNED})1219 if (mState.mRippleStyle == STYLE_PATTERNED) { in updateRipplePaint()1226 if (mState.mRippleStyle == STYLE_PATTERNED) { in updateRipplePaint()1242 int maskColor = mState.mRippleStyle == STYLE_PATTERNED ? color : color | 0xFF000000; in updateRipplePaint()1336 int mRippleStyle = FORCE_PATTERNED_STYLE ? STYLE_PATTERNED : STYLE_SOLID;