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