OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newAdapters
(Results
1 - 3
of
3
) 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
;
/packages/apps/Messaging/src/com/android/messaging/ui/
CompositeAdapter.java
108
final Partition[]
newAdapters
= new Partition[newCapacity];
109
System.arraycopy(mPartitions, 0,
newAdapters
, 0, mSize);
110
mPartitions =
newAdapters
;
/external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar
Completed in 992 milliseconds