Searched defs:mTabTextAppearance (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java247 private int mTabTextAppearance; field in class:TabLayout
319 mTabTextAppearance = a.getResourceId(R.styleable.TabLayout_tabTextAppearance,
323 final TypedArray ta = context.obtainStyledAttributes(mTabTextAppearance,
1691 mTextView.setTextAppearance(getContext(), mTabTextAppearance);

Completed in 864 milliseconds