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

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

Completed in 48 milliseconds