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

/frameworks/base/core/java/android/util/
H A DAttributeSet.java102 public boolean getAttributeBooleanValue(String namespace, String attribute, method in interface:AttributeSet
179 public boolean getAttributeBooleanValue(int index, 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/
H A DBridgeXmlBlockParser.java309 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { method in class:BridgeXmlBlockParser
310 return mAttrib.getAttributeBooleanValue(index, defaultValue);
313 public boolean getAttributeBooleanValue(String namespace, String attribute, method in class:BridgeXmlBlockParser
315 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue);
/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

Completed in 120 milliseconds