Home
last modified time | relevance | path

Searched defs:toArray (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/v4/java/android/support/v4/util/
DMapCollections.java238 public Object[] toArray() { in toArray() method in MapCollections.EntrySet
243 public <T> T[] toArray(T[] array) { in toArray() method in MapCollections.EntrySet
328 public Object[] toArray() { in toArray() method in MapCollections.KeySet
333 public <T> T[] toArray(T[] array) { in toArray() method in MapCollections.KeySet
444 public Object[] toArray() { in toArray() method in MapCollections.ValuesCollection
449 public <T> T[] toArray(T[] array) { in toArray() method in MapCollections.ValuesCollection
/frameworks/base/core/java/android/util/
DMapCollections.java240 public Object[] toArray() { in toArray() method in MapCollections.EntrySet
245 public <T> T[] toArray(T[] array) { in toArray() method in MapCollections.EntrySet
330 public Object[] toArray() { in toArray() method in MapCollections.KeySet
335 public <T> T[] toArray(T[] array) { in toArray() method in MapCollections.KeySet
446 public Object[] toArray() { in toArray() method in MapCollections.ValuesCollection
451 public <T> T[] toArray(T[] array) { in toArray() method in MapCollections.ValuesCollection
DArraySet.java486 public Object[] toArray() { in toArray() method in ArraySet
493 public <T> T[] toArray(T[] array) { in toArray() method in ArraySet
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/util/
DIntArray.java44 public int[] toArray(int[] result) { in toArray() method in IntArray
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp44 jmethodID toArray; member