Home
last modified time | relevance | path

Searched refs:mBorderTint (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/design/base/android/support/design/widget/
DCircularBorderDrawable.java54 private ColorStateList mBorderTint; field in CircularBorderDrawable
129 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()