/frameworks/base/core/java/android/util/ |
D | AttributeSet.java | 147 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method 227 public boolean getAttributeBooleanValue(int index, boolean defaultValue); in getAttributeBooleanValue() method
|
D | XmlPullAttributes.java | 63 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in XmlPullAttributes 102 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in XmlPullAttributes
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeLayoutParamsMapAttributes.java | 85 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in BridgeLayoutParamsMapAttributes 121 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in BridgeLayoutParamsMapAttributes
|
D | BridgeXmlBlockParser.java | 409 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in BridgeXmlBlockParser 410 return mAttrib.getAttributeBooleanValue(index, defaultValue); in getAttributeBooleanValue() 414 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in BridgeXmlBlockParser 416 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue); in getAttributeBooleanValue()
|
/frameworks/base/core/java/android/security/net/config/ |
D | XmlConfigSource.java | 167 parser.getAttributeBooleanValue(null, "includeSubdomains", false); in parseDomain() 188 parser.getAttributeBooleanValue(null, "overridePins", defaultOverridePins); in parseCertificatesEntry() 248 parser.getAttributeBooleanValue(i, in parseConfigEntry() 252 parser.getAttributeBooleanValue(i, in parseConfigEntry()
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
D | BridgeXmlPullAttributes.java | 100 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in BridgeXmlPullAttributes 182 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in BridgeXmlPullAttributes
|
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 322 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in XmlBlock.Parser 326 return getAttributeBooleanValue(idx, defaultValue); in getAttributeBooleanValue() 374 public boolean getAttributeBooleanValue(int idx, in getAttributeBooleanValue() method in XmlBlock.Parser
|
D | ColorStateList.java | 346 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false) in inflate()
|
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/ |
D | AppCompatColorStateListInflater.java | 135 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false) in inflate()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | StateListDrawable.java | 216 states[j++] = attrs.getAttributeBooleanValue(i, false) in extractStateSet()
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorInflater.java | 232 attributeSet.getAttributeBooleanValue(i, false) ? in createStateListAnimatorFromXml()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 1452 coreApp = attrs.getAttributeBooleanValue(i, false); in parseApkLite() 1478 multiArch = attrs.getAttributeBooleanValue(i, false); in parseApkLite() 1481 use32bitAbi = attrs.getAttributeBooleanValue(i, false); in parseApkLite() 1484 extractNativeLibs = attrs.getAttributeBooleanValue(i, true); in parseApkLite() 1633 pkg.coreApp = parser.getAttributeBooleanValue(null, "coreApp", false); in parseBaseApk()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 31367 …method public abstract boolean getAttributeBooleanValue(java.lang.String, java.lang.String, boolea… 31368 method public abstract boolean getAttributeBooleanValue(int, boolean);
|
/frameworks/base/api/ |
D | current.txt | 40029 …method public abstract boolean getAttributeBooleanValue(java.lang.String, java.lang.String, boolea… 40030 method public abstract boolean getAttributeBooleanValue(int, boolean);
|
D | test-current.txt | 40108 …method public abstract boolean getAttributeBooleanValue(java.lang.String, java.lang.String, boolea… 40109 method public abstract boolean getAttributeBooleanValue(int, boolean);
|
D | system-current.txt | 43029 …method public abstract boolean getAttributeBooleanValue(java.lang.String, java.lang.String, boolea… 43030 method public abstract boolean getAttributeBooleanValue(int, boolean);
|