Lines Matching defs:values

244      *                selecting/computing resource values.
246 * selecting/computing resource values (optional).
257 * selecting/computing resource values.
259 * selecting/computing resource values (optional).
570 * Return an array of heterogeneous values.
578 * @return Returns a TypedArray holding an array of the array values.
1408 * This class holds the current attribute values for a particular theme.
1409 * In other words, a Theme is a set of values for resource attributes;
1424 * Place new attribute values into the theme. The style resource
1426 * resources, its values placed into the Theme object.
1429 * argument: If false, only values that are not already defined in
1432 * current values in the theme will be overwritten.
1435 * obtain attribute values.
1436 * @param force If true, values in the style resource will always be
1464 * Return a TypedArray holding the values defined by
1474 * @return Returns a TypedArray holding an array of the attribute values.
1491 * Return a TypedArray holding the values defined by the style
1502 * @return Returns a TypedArray holding an array of the attribute values.
1546 * Return a TypedArray holding the attribute values in
1559 * <li> Any attribute values in the given AttributeSet.
1564 * <li> The base values in this theme.
1574 * @param set The base set of attribute values. May be null.
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.
1642 * Retrieve the values for a set of attributes in the Theme. The
1646 * @param values The base set of attribute values, must be equal in
1647 * length to {@code attrs}. All values must be of type
1651 * values. Be sure to call {@link TypedArray#recycle()}
1656 public TypedArray resolveAttributes(@NonNull int[] values, @NonNull int[] attrs) {
1658 if (values == null || len != values.length) {
1660 "Base attribute values must the same length as attrs");
1664 AssetManager.resolveAttrs(mTheme, 0, 0, values, attrs, array.mData, array.mIndices);
1937 * Retrieve a set of basic attribute values from an AttributeSet, not
1940 * @param set The current attribute values to retrieve.
1942 * @return Returns a TypedArray holding an array of the attribute values.
2850 // NOTE: Intentionally leaving this uninitialized (all values set