Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DTabLayout.java255 ColorStateList mTabTextColors; field in TabLayout
335 mTabTextColors = ta.getColorStateList( in TabLayout()
343 mTabTextColors = a.getColorStateList(R.styleable.TabLayout_tabTextColor); in TabLayout()
351 mTabTextColors = createColorStateList(mTabTextColors.getDefaultColor(), selected); in TabLayout()
720 if (mTabTextColors != textColor) { in setTabTextColors()
721 mTabTextColors = textColor; in setTabTextColors()
731 return mTabTextColors; in getTabTextColors()
1711 if (mTabTextColors != null) { in update()
1712 mTextView.setTextColor(mTabTextColors); in update()