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