Home
last modified time | relevance | path

Searched refs:mUnreadCounts (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/list/
DViewPagerTabs.java77 private int[] mUnreadCounts; field in ViewPagerTabs
121 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()