Searched refs:mTypedArrayPool (Results 1 – 3 of 3) sorted by relevance
50 TypedArray attrs = res.mTypedArrayPool.acquire(); in obtain()1152 mResources.mTypedArrayPool.release(this); in recycle()
110 final SynchronizedPool<TypedArray> mTypedArrayPool = new SynchronizedPool<>(5); field in Resources
1907 Landroid/content/res/Resources;->mTypedArrayPool:Landroid/util/Pools$SynchronizedPool;