Searched refs:INIT_CAPACITY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/util/
H A DIntArray.java20 private static final int INIT_CAPACITY = 8; field in class:IntArray
22 private int mData[] = new int[INIT_CAPACITY];
58 if (mData.length != INIT_CAPACITY) mData = new int[INIT_CAPACITY];

Completed in 62 milliseconds