Searched refs:mTabIcons (Results 1 – 2 of 2) sorted by relevance
101 private int[] mTabIcons; field in ListsFragment243 mTabIcons = new int[TAB_COUNT_WITH_VOICEMAIL]; in onCreateView()244 mTabIcons[TAB_INDEX_SPEED_DIAL] = R.drawable.ic_grade_24dp; in onCreateView()245 mTabIcons[TAB_INDEX_HISTORY] = R.drawable.ic_schedule_24dp; in onCreateView()246 mTabIcons[TAB_INDEX_ALL_CONTACTS] = R.drawable.ic_people_24dp; in onCreateView()247 mTabIcons[TAB_INDEX_VOICEMAIL] = R.drawable.ic_voicemail_24dp; in onCreateView()250 mViewPagerTabs.configureTabIcons(mTabIcons); in onCreateView()
61 private int[] mTabIcons; field in ViewPagerTabs164 mTabIcons = tabIcons; in configureTabIcons()186 if (mTabIcons != null && position < mTabIcons.length) { in addTab()190 iconView.setBackgroundResource(mTabIcons[position]); in addTab()