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

/frameworks/base/core/java/android/util/
H A DAttributeSet.java173 public boolean getAttributeBooleanValue(String namespace, String attribute, method in interface:AttributeSet
253 public boolean getAttributeBooleanValue(int index, boolean defaultValue); method in interface:AttributeSet
H A DXmlPullAttributes.java67 public boolean getAttributeBooleanValue(String namespace, String attribute, method in class:XmlPullAttributes
106 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { method in class:XmlPullAttributes
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DNopAttributeSet.java67 public boolean getAttributeBooleanValue(String namespace, String attribute, method in class:NopAttributeSet
100 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { method in class:NopAttributeSet
H A DBridgeLayoutParamsMapAttributes.java90 public boolean getAttributeBooleanValue(String namespace, String attribute, method in class:BridgeLayoutParamsMapAttributes
126 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { method in class:BridgeLayoutParamsMapAttributes
H A DBridgeXmlBlockParser.java410 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { method in class:BridgeXmlBlockParser
411 return mAttrib.getAttributeBooleanValue(index, defaultValue);
415 public boolean getAttributeBooleanValue(String namespace, String attribute, method in class:BridgeXmlBlockParser
417 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue);
/frameworks/base/core/java/android/security/net/config/
H A DXmlConfigSource.java157 parser.getAttributeBooleanValue(null, "includeSubdomains", false);
178 parser.getAttributeBooleanValue(null, "overridePins", defaultOverridePins);
238 parser.getAttributeBooleanValue(i,
242 parser.getAttributeBooleanValue(i,
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java326 public boolean getAttributeBooleanValue(String namespace, String attribute, method in class:XmlBlock.Parser
330 return getAttributeBooleanValue(idx, defaultValue);
378 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/main/java/com/example/android/supportv4/media/
H A DPackageValidator.java67 boolean isRelease = parser.getAttributeBooleanValue(null, "release", false);
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
H A DPackageValidator.java67 boolean isRelease = parser.getAttributeBooleanValue(null, "release", false);
/frameworks/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/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/
H A DVideoView2ImplApi28WithMp1.java74 mSubtitleEnabled = (attrs == null) || attrs.getAttributeBooleanValue(
H A DVideoView2ImplBaseWithMp1.java276 boolean enableControlView = (attrs == null) || attrs.getAttributeBooleanValue(
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/content/res/
H A DAppCompatColorStateListInflater.java136 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false)
/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java222 states[j++] = attrs.getAttributeBooleanValue(i, false)
/frameworks/av/packages/MediaComponents/src/com/android/widget/
H A DVideoView2Impl.java295 boolean enableControlView = (attrs == null) || attrs.getAttributeBooleanValue(
302 mSubtitleEnabled = (attrs == null) || attrs.getAttributeBooleanValue(
/frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/
H A DVideoView2ImplBase.java293 boolean enableControlView = (attrs == null) || attrs.getAttributeBooleanValue(
300 mSubtitleEnabled = (attrs == null) || attrs.getAttributeBooleanValue(
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java1722 coreApp = attrs.getAttributeBooleanValue(i, false);
1724 isolatedSplits = attrs.getAttributeBooleanValue(i, false);
1728 isFeatureSplit = attrs.getAttributeBooleanValue(i, false);
1756 debuggable = attrs.getAttributeBooleanValue(i, false);
1759 multiArch = attrs.getAttributeBooleanValue(i, false);
1762 use32bitAbi = attrs.getAttributeBooleanValue(i, false);
1765 extractNativeLibs = attrs.getAttributeBooleanValue(i, true);
1920 pkg.coreApp = parser.getAttributeBooleanValue(null, "coreApp", false);
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java232 attributeSet.getAttributeBooleanValue(i, false) ?
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 6544 milliseconds