Searched refs:mUnreadCounts (Results 1 – 1 of 1) sorted by relevance
77 private int[] mUnreadCounts; field in ViewPagerTabs121 mUnreadCounts = new int[tabIcons.length]; in configureTabIcons()125 if (mUnreadCounts == null || position >= mUnreadCounts.length) { in setUnreadCount()128 mUnreadCounts[position] = count; in setUnreadCount()148 if (mUnreadCounts != null && mUnreadCounts[position] > 0) { in addTab()149 textView.setText(Integer.toString(mUnreadCounts[position])); in addTab()155 mUnreadCounts[position], in addTab()157 mUnreadCounts[position])); in addTab()