Searched refs:mTypedArrayPool (Results 1 – 2 of 2) sorted by relevance
52 TypedArray attrs = res.mTypedArrayPool.acquire(); in obtain()1267 mResources.mTypedArrayPool.release(this); in recycle()
153 final SynchronizedPool<TypedArray> mTypedArrayPool = new SynchronizedPool<>(5); field in Resources