Searched refs:mTabIcons (Results 1 – 1 of 1) sorted by relevance
75 private int[] mTabIcons; field in ViewPagerTabs120 mTabIcons = tabIcons; in configureTabIcons()142 if (mTabIcons != null && position < mTabIcons.length) { in addTab()145 iconView.setBackgroundResource(mTabIcons[position]); in addTab()