HomeSort by relevance Sort by last modified time
    Searched defs:LongSparseArray (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/util/
LongSparseArray.java 26 public class LongSparseArray<E> implements Cloneable {
35 * Creates a new LongSparseArray containing no mappings.
37 public LongSparseArray() {
42 * Creates a new LongSparseArray containing no mappings that will not
46 public LongSparseArray(int initialCapacity) {
56 public LongSparseArray<E> clone() {
57 LongSparseArray<E> clone = null;
59 clone = (LongSparseArray<E>) super.clone();
203 * Returns the number of key-value mappings that this LongSparseArray
217 * LongSparseArray stores
    [all...]
  /frameworks/support/v4/java/android/support/v4/util/
LongSparseArray.java 24 public class LongSparseArray<E> implements Cloneable {
33 * Creates a new LongSparseArray containing no mappings.
35 public LongSparseArray() {
40 * Creates a new LongSparseArray containing no mappings that will not
44 public LongSparseArray(int initialCapacity) {
54 public LongSparseArray<E> clone() {
55 LongSparseArray<E> clone = null;
57 clone = (LongSparseArray<E>) super.clone();
201 * Returns the number of key-value mappings that this LongSparseArray
215 * LongSparseArray stores
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
LongSparseArray.java 20 // Copied from android.util.LongSparseArray for unbundling
27 public class LongSparseArray<E> implements Cloneable {
36 * Creates a new LongSparseArray containing no mappings.
38 public LongSparseArray() {
43 * Creates a new LongSparseArray containing no mappings that will not
47 public LongSparseArray(int initialCapacity) {
57 public LongSparseArray<E> clone() {
58 LongSparseArray<E> clone = null;
60 clone = (LongSparseArray<E>) super.clone();
204 * Returns the number of key-value mappings that this LongSparseArray
    [all...]
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1110 milliseconds