Searched refs:getAttributeBooleanValue (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/util/
H A DAttributeSet.java147 public boolean getAttributeBooleanValue(String namespace, String attribute, method in interface:AttributeSet
227 public boolean getAttributeBooleanValue(int index, boolean defaultValue); 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/android/
H A DBridgeLayoutParamsMapAttributes.java85 public boolean getAttributeBooleanValue(String namespace, String attribute, method in class:BridgeLayoutParamsMapAttributes
121 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { method in class:BridgeLayoutParamsMapAttributes
H A DBridgeXmlBlockParser.java409 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { method in class:BridgeXmlBlockParser
410 return mAttrib.getAttributeBooleanValue(index, defaultValue);
414 public boolean getAttributeBooleanValue(String namespace, String attribute, method in class:BridgeXmlBlockParser
416 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue);
/frameworks/base/core/java/android/security/net/config/
H A DXmlConfigSource.java175 parser.getAttributeBooleanValue(null, "includeSubdomains", false);
196 parser.getAttributeBooleanValue(null, "overridePins", defaultOverridePins);
256 parser.getAttributeBooleanValue(i,
260 parser.getAttributeBooleanValue(i,
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java324 public boolean getAttributeBooleanValue(String namespace, String attribute, method in class:XmlBlock.Parser
328 return getAttributeBooleanValue(idx, defaultValue);
376 public boolean getAttributeBooleanValue(int idx, method in class:XmlBlock.Parser
H A DColorStateList.java346 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false)
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DPackageValidator.java67 boolean isRelease = parser.getAttributeBooleanValue(null, "release", false);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DPackageValidator.java67 boolean isRelease = parser.getAttributeBooleanValue(null, "release", false);
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java120 public boolean getAttributeBooleanValue(String namespace, String attribute, method in class:BridgeXmlPullAttributes
220 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { method in class:BridgeXmlPullAttributes
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/
H A DAppCompatColorStateListInflater.java135 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false)
/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java222 states[j++] = attrs.getAttributeBooleanValue(i, false)
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java1802 coreApp = attrs.getAttributeBooleanValue(i, false);
1804 isolatedSplits = attrs.getAttributeBooleanValue(i, false);
1808 isFeatureSplit = attrs.getAttributeBooleanValue(i, false);
1836 debuggable = attrs.getAttributeBooleanValue(i, false);
1839 multiArch = attrs.getAttributeBooleanValue(i, false);
1842 use32bitAbi = attrs.getAttributeBooleanValue(i, false);
1845 extractNativeLibs = attrs.getAttributeBooleanValue(i, true);
2017 pkg.coreApp = parser.getAttributeBooleanValue(null, "coreApp", false);
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java232 attributeSet.getAttributeBooleanValue(i, false) ?

Completed in 554 milliseconds