Searched refs:mTabLayoutId (Results 1 – 2 of 2) sorted by relevance
92 private int mTabLayoutId; field in TabHost115 mTabLayoutId = a.getResourceId(R.styleable.TabWidget_tabLayout, 0); in TabHost()118 if (mTabLayoutId == 0) { in TabHost()121 mTabLayoutId = R.layout.tab_indicator_holo; in TabHost()655 View tabIndicator = inflater.inflate(mTabLayoutId, in createIndicatorView()689 View tabIndicator = inflater.inflate(mTabLayoutId, in createIndicatorView()
73495 Landroid/widget/TabHost;->mTabLayoutId:I