Searched defs:getAttributeBooleanValue (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/core/java/android/util/ |
| D | AttributeSet.java | 102 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method 179 public boolean getAttributeBooleanValue(int index, in getAttributeBooleanValue() method
|
| D | XmlPullAttributes.java | 62 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/ |
| D | BridgeXmlBlockParser.java | 309 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/ |
| D | XmlBlock.java | 321 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
|