Home
last modified time | relevance | path

Searched refs:getAttributeBooleanValue (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/util/
DAttributeSet.java147 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method
227 public boolean getAttributeBooleanValue(int index, boolean defaultValue); in getAttributeBooleanValue() method
DXmlPullAttributes.java63 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/
DBridgeLayoutParamsMapAttributes.java85 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
DBridgeXmlBlockParser.java409 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/
DXmlConfigSource.java167 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/
DBridgeXmlPullAttributes.java100 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/
DXmlBlock.java322 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
DColorStateList.java346 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false) in inflate()
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/
DAppCompatColorStateListInflater.java135 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false) in inflate()
/frameworks/base/graphics/java/android/graphics/drawable/
DStateListDrawable.java216 states[j++] = attrs.getAttributeBooleanValue(i, false) in extractStateSet()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java232 attributeSet.getAttributeBooleanValue(i, false) ? in createStateListAnimatorFromXml()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java1452 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/
Dandroid-22.txt31367 …method public abstract boolean getAttributeBooleanValue(java.lang.String, java.lang.String, boolea…
31368 method public abstract boolean getAttributeBooleanValue(int, boolean);
/frameworks/base/api/
Dcurrent.txt40029 …method public abstract boolean getAttributeBooleanValue(java.lang.String, java.lang.String, boolea…
40030 method public abstract boolean getAttributeBooleanValue(int, boolean);
Dtest-current.txt40108 …method public abstract boolean getAttributeBooleanValue(java.lang.String, java.lang.String, boolea…
40109 method public abstract boolean getAttributeBooleanValue(int, boolean);
Dsystem-current.txt43029 …method public abstract boolean getAttributeBooleanValue(java.lang.String, java.lang.String, boolea…
43030 method public abstract boolean getAttributeBooleanValue(int, boolean);