Home | History | Annotate | Download | only in launcher2

Lines Matching refs:allocCount

1341             int allocCount = count;
1342 if (allocCount < 1) {
1343 allocCount = 1;
1347 mIconIds = new int[allocCount];
1348 mAllocIconIds = Allocation.createSized(sRS, Element.USER_I32(sRS), allocCount);
1351 mLabelIds = new int[allocCount];
1352 allocCount);