Searched refs:mTabLayoutId (Results 1 – 2 of 2) sorted by relevance
76 private int mTabLayoutId; field in TabHost99 mTabLayoutId = a.getResourceId(R.styleable.TabWidget_tabLayout, 0); in TabHost()102 if (mTabLayoutId == 0) { in TabHost()105 mTabLayoutId = R.layout.tab_indicator_holo; in TabHost()631 View tabIndicator = inflater.inflate(mTabLayoutId, in createIndicatorView()665 View tabIndicator = inflater.inflate(mTabLayoutId, in createIndicatorView()
84601 Landroid/widget/TabHost;->mTabLayoutId:I