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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/util/
H A DIntArray.java44 public int[] toArray(int[] result) { method in class:IntArray
/frameworks/base/core/java/android/util/
H A DArraySet.java486 public Object[] toArray() { method in class:ArraySet
493 public <T> T[] toArray(T[] array) { method in class:ArraySet
H A DMapCollections.java240 public Object[] toArray() { method in class:MapCollections.EntrySet
245 public <T> T[] toArray(T[] array) { method in class:MapCollections.EntrySet
330 public Object[] toArray() { method in class:MapCollections.KeySet
335 public <T> T[] toArray(T[] array) { method in class:MapCollections.KeySet
446 public Object[] toArray() { method in class:MapCollections.ValuesCollection
451 public <T> T[] toArray(T[] array) { method in class:MapCollections.ValuesCollection
/frameworks/support/v4/java/android/support/v4/util/
H A DMapCollections.java238 public Object[] toArray() { method in class:MapCollections.EntrySet
243 public <T> T[] toArray(T[] array) { method in class:MapCollections.EntrySet
328 public Object[] toArray() { method in class:MapCollections.KeySet
333 public <T> T[] toArray(T[] array) { method in class:MapCollections.KeySet
444 public Object[] toArray() { method in class:MapCollections.ValuesCollection
449 public <T> T[] toArray(T[] array) { method in class:MapCollections.ValuesCollection
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp44 jmethodID toArray; member in struct:__anon825
1393 gArrayListMethods.toArray);
1441 gArrayListMethods.toArray);
1547 gArrayListMethods.toArray = env->GetMethodID(arrayListClass, "toArray", "()[Ljava/lang/Object;");

Completed in 1649 milliseconds