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