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

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java47 public class TypedArray { class
49 static TypedArray obtain(Resources res, int len) {
50 TypedArray attrs = res.mTypedArrayPool.acquire();
52 attrs = new TypedArray(res);
95 * @throws RuntimeException if the TypedArray has already been recycled.
109 * @throws RuntimeException if the TypedArray has already been recycled.
128 * @throws RuntimeException if the TypedArray has already been recycled.
141 * @throws RuntimeException if the TypedArray has already been recycled.
162 * @throws RuntimeException if the TypedArray has already been recycled.
198 * @throws RuntimeException if the TypedArray ha
1276 protected TypedArray(Resources resources) { method in class:TypedArray
[all...]

Completed in 2417 milliseconds