Searched refs:tabIcons (Results 1 – 2 of 2) sorted by relevance
192 int[] tabIcons = new int[DialtactsPagerAdapter.TAB_COUNT_WITH_VOICEMAIL]; in onCreateView() local193 tabIcons[DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL] = R.drawable.quantum_ic_grade_white_24; in onCreateView()194 tabIcons[DialtactsPagerAdapter.TAB_INDEX_HISTORY] = R.drawable.quantum_ic_schedule_white_24; in onCreateView()195 tabIcons[DialtactsPagerAdapter.TAB_INDEX_ALL_CONTACTS] = R.drawable.quantum_ic_people_white_24; in onCreateView()196 tabIcons[DialtactsPagerAdapter.TAB_INDEX_VOICEMAIL] = R.drawable.quantum_ic_voicemail_white_24; in onCreateView()215 viewPagerTabs.configureTabIcons(tabIcons); in onCreateView()
119 public void configureTabIcons(int[] tabIcons) { in configureTabIcons() argument120 mTabIcons = tabIcons; in configureTabIcons()121 mUnreadCounts = new int[tabIcons.length]; in configureTabIcons()