Lines Matching defs:type

213      * some other type of CharSequence if it is styled.
217 * tool. This integer encodes the package, type, and resource
242 * tool. This integer encodes the package, type, and resource
305 * tool. This integer encodes the package, type, and resource
331 * tool. This integer encodes the package, type, and resource
357 * tool. This integer encodes the package, type, and resource
382 * tool. This integer encodes the package, type, and resource
399 * some other type of CharSequence if it is styled.
402 * tool. This integer encodes the package, type, and resource
419 * tool. This integer encodes the package, type, and resource
439 * tool. This integer encodes the package, type, and resource
459 * tool. This integer encodes the package, type, and resource
479 * tool. This integer encodes the package, type, and resource
508 * tool. This integer encodes the package, type, and resource
523 if (value.type == TypedValue.TYPE_DIMENSION) {
527 "Resource ID #0x" + Integer.toHexString(id) + " type #0x"
528 + Integer.toHexString(value.type) + " is not valid");
540 * tool. This integer encodes the package, type, and resource
555 if (value.type == TypedValue.TYPE_DIMENSION) {
560 "Resource ID #0x" + Integer.toHexString(id) + " type #0x"
561 + Integer.toHexString(value.type) + " is not valid");
574 * tool. This integer encodes the package, type, and resource
589 if (value.type == TypedValue.TYPE_DIMENSION) {
594 "Resource ID #0x" + Integer.toHexString(id) + " type #0x"
595 + Integer.toHexString(value.type) + " is not valid");
603 * tool. This integer encodes the package, type, and resource
620 if (value.type == TypedValue.TYPE_FRACTION) {
624 "Resource ID #0x" + Integer.toHexString(id) + " type #0x"
625 + Integer.toHexString(value.type) + " is not valid");
649 * tool. This integer encodes the package, type, and resource
675 * This integer encodes the package, type, and resource entry.
710 * tool. This integer encodes the package, type, and resource
734 * tool. This integer encodes the package, type, and resource
745 if (value.type >= TypedValue.TYPE_FIRST_INT
746 && value.type <= TypedValue.TYPE_LAST_INT) {
748 } else if (value.type == TypedValue.TYPE_STRING) {
753 "Resource ID #0x" + Integer.toHexString(id) + " type #0x"
754 + Integer.toHexString(value.type) + " is not valid");
764 * as generated by the aapt tool. This integer encodes the package, type, and resource
786 * tool. This integer encodes the package, type, and resource
797 if (value.type >= TypedValue.TYPE_FIRST_INT
798 && value.type <= TypedValue.TYPE_LAST_INT) {
802 "Resource ID #0x" + Integer.toHexString(id) + " type #0x"
803 + Integer.toHexString(value.type) + " is not valid");
811 * tool. This integer encodes the package, type, and resource
822 if (value.type >= TypedValue.TYPE_FIRST_INT
823 && value.type <= TypedValue.TYPE_LAST_INT) {
827 "Resource ID #0x" + Integer.toHexString(id) + " type #0x"
828 + Integer.toHexString(value.type) + " is not valid");
842 * tool. This integer encodes the package, type, and resource
866 * tool. This integer encodes the package, type, and resource
891 * tool. This integer encodes the package, type, and resource
997 * tool. This integer encodes the package, type, and resource
1050 * getIdentifier() with a default type of "string".
1193 value.type = data[d+AssetManager.STYLE_TYPE];
1260 // out the attributes from the XML file (applying type information
1290 value.type = data[d+AssetManager.STYLE_TYPE];
1326 + " got=" + got + ", type=0x" + Integer.toHexString(outValue.type)
1385 // out the attributes from the XML file (applying type information
1615 * qualified resource name is of the form "package:type/entry". The first
1616 * two components (package and type) are optional if defType and
1623 * @param defType Optional default resource type to find, if "type/" is
1625 * explicit type.
1644 * a single string of the form "package:type/entry".
1683 * Return the type name for a given resource identifier.
1685 * @param resid The resource identifier whose type name is to be
1688 * @return A string holding the type name of the resource.
1734 int type;
1735 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
1736 && (type != XmlPullParser.END_TAG || parser.getDepth() > outerDepth)) {
1737 if (type == XmlPullParser.END_TAG || type == XmlPullParser.TEXT) {
1790 if (v.type == TypedValue.TYPE_STRING) {
1793 } else if (v.type == TypedValue.TYPE_INT_BOOLEAN) {
1795 } else if (v.type >= TypedValue.TYPE_FIRST_INT
1796 && v.type <= TypedValue.TYPE_LAST_INT) {
1798 } else if (v.type == TypedValue.TYPE_FLOAT) {
1901 if (value.type >= TypedValue.TYPE_FIRST_COLOR_INT &&
1902 value.type <= TypedValue.TYPE_LAST_COLOR_INT) {
2045 if (value.type >= TypedValue.TYPE_FIRST_COLOR_INT &&
2046 value.type <= TypedValue.TYPE_LAST_COLOR_INT) {
2135 /*package*/ XmlResourceParser loadXmlResourceParser(int id, String type)
2140 if (value.type == TypedValue.TYPE_STRING) {
2142 value.assetCookie, type);
2145 "Resource ID #0x" + Integer.toHexString(id) + " type #0x"
2146 + Integer.toHexString(value.type) + " is not valid");
2151 int assetCookie, String type) throws NotFoundException {
2187 "File " + file + " from xml type " + type + " resource ID #0x"
2195 "File " + file + " from xml type " + type + " resource ID #0x"