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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java42 private final BridgeXmlPullAttributes mAttrib; field in class:BridgeXmlBlockParser
65 mAttrib = new BridgeXmlPullAttributes(parser, context, mPlatformFile);
410 return mAttrib.getAttributeBooleanValue(index, defaultValue);
416 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue);
421 return mAttrib.getAttributeFloatValue(index, defaultValue);
426 return mAttrib.getAttributeFloatValue(namespace, attribute, defaultValue);
431 return mAttrib.getAttributeIntValue(index, defaultValue);
436 return mAttrib.getAttributeIntValue(namespace, attribute, defaultValue);
441 return mAttrib.getAttributeListValue(index, options, defaultValue);
447 return mAttrib
[all...]

Completed in 39 milliseconds