HomeSort by relevance Sort by last modified time
    Searched refs:mTypedArrayPool (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/content/res/
TypedArray.java 42 final TypedArray attrs = res.mTypedArrayPool.acquire();
    [all...]
Resources.java 104 final SynchronizedPool<TypedArray> mTypedArrayPool = new SynchronizedPool<TypedArray>(5);
    [all...]

Completed in 73 milliseconds