HomeSort by relevance Sort by last modified time
    Searched refs:newAdapters (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/widget/
CompositeListAdapter.java 78 ListAdapter[] newAdapters = new ListAdapter[newCapacity];
79 System.arraycopy(mAdapters, 0, newAdapters, 0, mSize);
80 mAdapters = newAdapters;
  /frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java 90 Partition[] newAdapters = new Partition[newCapacity];
91 System.arraycopy(mPartitions, 0, newAdapters, 0, mSize);
92 mPartitions = newAdapters;

Completed in 93 milliseconds