Searched refs:mTabBackgroundResId (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java257 final int mTabBackgroundResId; field in class:TabLayout
356 mTabBackgroundResId = a.getResourceId(R.styleable.TabLayout_tabBackground, 0);
1501 if (mTabBackgroundResId != 0) {
1503 this, AppCompatResources.getDrawable(context, mTabBackgroundResId));

Completed in 56 milliseconds