Searched refs:INIT_CAPACITY (Results 1 – 5 of 5) sorted by relevance
20 private static final int INIT_CAPACITY = 8; field in IntArray22 private int mData[] = new int[INIT_CAPACITY];58 if (mData.length != INIT_CAPACITY) mData = new int[INIT_CAPACITY]; in clear()
25 private static final int INIT_CAPACITY = 64; field in TextureUploader29 new ArrayDeque<UploadedTexture>(INIT_CAPACITY);31 new ArrayDeque<UploadedTexture>(INIT_CAPACITY);
43 private static final int INIT_CAPACITY = 8; field in TiledTexture68 new ArrayDeque<TiledTexture>(INIT_CAPACITY);
20 private static final int INIT_CAPACITY = 8; field in IntArray22 private int mData[] = new int[INIT_CAPACITY];