Lines Matching refs:TypedArray

126     final SynchronizedPool<TypedArray> mTypedArrayPool = new SynchronizedPool<>(5);
578 * @return Returns a TypedArray holding an array of the array values.
579 * Be sure to call {@link TypedArray#recycle() TypedArray.recycle()}
582 public TypedArray obtainTypedArray(@ArrayRes int id)
590 TypedArray array = TypedArray.obtain(this, len);
750 * {@link TypedArray#getDrawable TypedArray.getDrawable}. Use
753 * an array containing the resource ID of interest to create the TypedArray.</p>
1410 * these are used in conjunction with {@link TypedArray}
1464 * Return a TypedArray holding the values defined by
1467 * <p>Be sure to call {@link TypedArray#recycle() TypedArray.recycle()} when you are done
1474 * @return Returns a TypedArray holding an array of the attribute values.
1475 * Be sure to call {@link TypedArray#recycle() TypedArray.recycle()}
1482 public TypedArray obtainStyledAttributes(@StyleableRes int[] attrs) {
1484 final TypedArray array = TypedArray.obtain(Resources.this, len);
1491 * Return a TypedArray holding the values defined by the style
1494 * <p>Be sure to call {@link TypedArray#recycle() TypedArray.recycle()} when you are done
1502 * @return Returns a TypedArray holding an array of the attribute values.
1503 * Be sure to call {@link TypedArray#recycle() TypedArray.recycle()}
1510 public TypedArray obtainStyledAttributes(@StyleRes int resid, @StyleableRes int[] attrs)
1513 final TypedArray array = TypedArray.obtain(Resources.this, len);
1546 * Return a TypedArray holding the attribute values in
1552 * <p>Be sure to call {@link TypedArray#recycle() TypedArray.recycle()} when you are done
1578 * defaults values for the TypedArray. Can be
1581 * supplies default values for the TypedArray,
1585 * @return Returns a TypedArray holding an array of the attribute values.
1586 * Be sure to call {@link TypedArray#recycle() TypedArray.recycle()}
1593 public TypedArray obtainStyledAttributes(AttributeSet set,
1596 final TypedArray array = TypedArray.obtain(Resources.this, len);
1650 * @return Returns a TypedArray holding an array of the attribute
1651 * values. Be sure to call {@link TypedArray#recycle()}
1656 public TypedArray resolveAttributes(@NonNull int[] values, @NonNull int[] attrs) {
1663 final TypedArray array = TypedArray.obtain(Resources.this, len);
1942 * @return Returns a TypedArray holding an array of the attribute values.
1943 * Be sure to call {@link TypedArray#recycle() TypedArray.recycle()}
1948 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) {
1950 TypedArray array = TypedArray.obtain(this, len);
2351 TypedArray sa = obtainAttributes(attrs,
2840 public static TypedArray obtainAttributes(