Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DTabItem.java41 final int mCustomLayout; field in TabItem
54 mCustomLayout = a.getResourceId(R.styleable.TabItem_android_layout, 0); in TabItem()
DTabLayout.java495 if (item.mCustomLayout != 0) { in addTabFromItemView()
496 tab.setCustomView(item.mCustomLayout); in addTabFromItemView()