Searched refs:getAttributeBooleanValue (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/util/
H A DAttributeSet.java147 public boolean getAttributeBooleanValue(String namespace, String attribute, method in interface:AttributeSet
227 public boolean getAttributeBooleanValue(int index, boolean defaultValue); method in interface:AttributeSet
H A DXmlPullAttributes.java63 public boolean getAttributeBooleanValue(String namespace, String attribute, method in class:XmlPullAttributes
102 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { method in class:XmlPullAttributes
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeLayoutParamsMapAttributes.java85 public boolean getAttributeBooleanValue(String namespace, String attribute, method in class:BridgeLayoutParamsMapAttributes
121 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { method in class:BridgeLayoutParamsMapAttributes
H A DBridgeXmlBlockParser.java409 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { method in class:BridgeXmlBlockParser
410 return mAttrib.getAttributeBooleanValue(index, defaultValue);
414 public boolean getAttributeBooleanValue(String namespace, String attribute, method in class:BridgeXmlBlockParser
416 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue);
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java99 public boolean getAttributeBooleanValue(String namespace, String attribute, method in class:BridgeXmlPullAttributes
181 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { method in class:BridgeXmlPullAttributes
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java322 public boolean getAttributeBooleanValue(String namespace, String attribute, method in class:XmlBlock.Parser
326 return getAttributeBooleanValue(idx, defaultValue);
374 public boolean getAttributeBooleanValue(int idx, method in class:XmlBlock.Parser
H A DColorStateList.java216 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false)
/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java164 states[j++] = attrs.getAttributeBooleanValue(i, false)
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java922 boolean core = attrs.getAttributeBooleanValue(null, "coreApp", false);

Completed in 568 milliseconds