Searched defs:toArray (Results 1 - 8 of 8) 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 DIntArray.java185 public int[] toArray() { method in class:IntArray
H A DArraySet.java557 public Object[] toArray() { method in class:ArraySet
564 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/base/services/core/java/com/android/server/camera/
H A DCameraService.java271 mCameraServiceRaw.notifySystemEvent(eventType, toArray(updatedUserHandles));
318 private static int[] toArray(Collection<Integer> c) { method in class:CameraService
/frameworks/support/compat/java/android/support/v4/util/
H A DMapCollections.java237 public Object[] toArray() { method in class:MapCollections.EntrySet
242 public <T> T[] toArray(T[] array) { method in class:MapCollections.EntrySet
327 public Object[] toArray() { method in class:MapCollections.KeySet
332 public <T> T[] toArray(T[] array) { method in class:MapCollections.KeySet
443 public Object[] toArray() { method in class:MapCollections.ValuesCollection
448 public <T> T[] toArray(T[] array) { method in class:MapCollections.ValuesCollection
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp45 jmethodID toArray; member in struct:__anon910
1640 gArrayListMethods.toArray);
1698 gArrayListMethods.toArray);
1814 gArrayListMethods.toArray = GetMethodIDOrDie(env, arrayListClass, "toArray", "()[Ljava/lang/Object;");
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 824 milliseconds