Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DCompositeListAdapter.java73 ListAdapter[] newAdapters = new ListAdapter[newCapacity]; in addAdapter() local
74 System.arraycopy(mAdapters, 0, newAdapters, 0, mSize); in addAdapter()
75 mAdapters = newAdapters; in addAdapter()
/packages/apps/Messaging/src/com/android/messaging/ui/
DCompositeAdapter.java108 final Partition[] newAdapters = new Partition[newCapacity]; in addPartition() local
109 System.arraycopy(mPartitions, 0, newAdapters, 0, mSize); in addPartition()
110 mPartitions = newAdapters; in addPartition()