Searched refs:TAB_ICONS (Results 1 – 2 of 2) sorted by relevance
34 private static final int[] TAB_ICONS = new int[]{R.drawable.ic_star_filled, field in RadioPagerAdapter77 return mContext.getDrawable(TAB_ICONS[position]); in getPageIcon()
110 private static final ImmutableMap<String, Integer> TAB_ICONS = field in TelecomPageTab.Factory151 context.getDrawable(TAB_ICONS.get(page)), in createTab()