Searched defs:mAllocationPool (Results 1 - 1 of 1) sorted by path

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java79 private Allocation[] mAllocationPool; field in class:CarouselRS
660 if (mAllocationPool == null || mAllocationPool.length != count) {
662 int oldsize = mAllocationPool == null ? 0 : mAllocationPool.length;
664 tmp[i] = mAllocationPool[i];
666 mAllocationPool = tmp;
668 Allocation allocation = mAllocationPool[n % count];
671 mAllocationPool[n % count] = allocation;
679 mAllocationPool[
[all...]

Completed in 64 milliseconds