Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DCompositeListAdapter.java36 private int[] mCounts; field in CompositeListAdapter
65 mCounts = new int[INITIAL_CAPACITY]; in CompositeListAdapter()
78 System.arraycopy(mCounts, 0, newCounts, 0, mSize); in addAdapter()
79 mCounts = newCounts; in addAdapter()
92 mCounts[mSize] = count; in addAdapter()
125 mCounts[i] = count; in ensureCacheValid()
142 for (int i = 0; i < mCounts.length; i++) { in getItem()
143 int end = start + mCounts[i]; in getItem()
156 for (int i = 0; i < mCounts.length; i++) { in getItemId()
157 int end = start + mCounts[i]; in getItemId()
[all …]