Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DAttributeSet.java102 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method
179 public boolean getAttributeBooleanValue(int index, in getAttributeBooleanValue() method
DXmlPullAttributes.java62 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in XmlPullAttributes
101 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in XmlPullAttributes
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridgeXmlBlockParser.java309 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in BridgeXmlBlockParser
313 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in BridgeXmlBlockParser
/frameworks/base/core/java/android/content/res/
DXmlBlock.java321 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in XmlBlock.Parser
373 public boolean getAttributeBooleanValue(int idx, in getAttributeBooleanValue() method in XmlBlock.Parser