Searched refs:mBorderTint (Results 1 – 1 of 1) sorted by relevance
54 private ColorStateList mBorderTint; field in CircularBorderDrawable129 mBorderTint = tint; in setBorderTint()159 return (mBorderTint != null && mBorderTint.isStateful()) || super.isStateful(); in isStateful()164 if (mBorderTint != null) { in onStateChange()165 final int newColor = mBorderTint.getColorForState(state, mCurrentBorderTintColor); in onStateChange()