Home
last modified time | relevance | path

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

/frameworks/support/compat/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
DIntArray.java185 public int[] toArray() { in toArray() method in IntArray
DArraySet.java557 public Object[] toArray() { in toArray() method in ArraySet
564 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/services/core/java/com/android/server/camera/
DCameraService.java318 private static int[] toArray(Collection<Integer> c) { in toArray() method in CameraService
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp45 jmethodID toArray; member