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

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java38 public class TypedArray { class
143 * will only return strings for TypedArray objects that come from
374 * associated with the resources this {@link TypedArray} object
556 * the overall {@link TypedArray} object is retrieved. As a
663 * valid until the next call on to {@link TypedArray}.
691 TypedArray cached = mResources.mCachedStyledAttributes;
732 /*package*/ TypedArray(Resources resources, int[] data, int[] indices, int len) { method in class:TypedArray

Completed in 96 milliseconds