Searched defs:TypedArray (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java39 public class TypedArray { class
41 static TypedArray obtain(Resources res, int len) {
42 final TypedArray attrs = res.mTypedArrayPool.acquire();
57 return new TypedArray(res,
195 * will only return strings for TypedArray objects that come from
465 * associated with the resources this {@link TypedArray} object
681 * the overall {@link TypedArray} object is retrieved. As a
853 * valid until the next call on to {@link TypedArray}.
885 * Recycle the TypedArray, to be re-used by a later caller. After calling
999 /*package*/ TypedArray(Resource method in class:TypedArray
[all...]

Completed in 167 milliseconds