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