Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DAttributeSet.java173 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method
253 public boolean getAttributeBooleanValue(int index, boolean defaultValue); in getAttributeBooleanValue() method
DXmlPullAttributes.java68 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in XmlPullAttributes
107 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in XmlPullAttributes
/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java429 boolean coreApp = parser.getAttributeBooleanValue(null, "coreApp", false); in parseApkLite()
430 boolean updatableSystem = parser.getAttributeBooleanValue(null, "updatableSystem", true); in parseApkLite()
431 boolean isolatedSplits = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite()
433 boolean isFeatureSplit = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite()
435 boolean isSplitRequired = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite()
482 debuggable = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, "debuggable", in parseApkLite()
484 multiArch = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, "multiArch", in parseApkLite()
486 use32bitAbi = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, "use32bitAbi", in parseApkLite()
488 extractNativeLibs = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite()
490 useEmbeddedDex = parser.getAttributeBooleanValue(ANDROID_RES_NAMESPACE, in parseApkLite()
[all …]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DNopAttributeSet.java71 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in NopAttributeSet
104 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in NopAttributeSet
DBridgeLayoutParamsMapAttributes.java90 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in BridgeLayoutParamsMapAttributes
126 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in BridgeLayoutParamsMapAttributes
DBridgeXmlBlockParser.java416 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in BridgeXmlBlockParser
417 return mAttrib.getAttributeBooleanValue(index, defaultValue); in getAttributeBooleanValue()
421 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in BridgeXmlBlockParser
423 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue); in getAttributeBooleanValue()
/frameworks/base/core/java/android/security/net/config/
DXmlConfigSource.java157 parser.getAttributeBooleanValue(null, "includeSubdomains", false); in parseDomain()
176 return parser.getAttributeBooleanValue(null, "enabled", false); in parseCertificateTransparency()
183 parser.getAttributeBooleanValue(null, "overridePins", defaultOverridePins); in parseCertificatesEntry()
244 parser.getAttributeBooleanValue(i, in parseConfigEntry()
248 parser.getAttributeBooleanValue(i, in parseConfigEntry()
/frameworks/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java135 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in BridgeXmlPullAttributes
244 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in BridgeXmlPullAttributes
/frameworks/base/core/java/android/content/res/
DXmlBlock.java426 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in XmlBlock.Parser
430 return getAttributeBooleanValue(idx, defaultValue); in getAttributeBooleanValue()
484 public boolean getAttributeBooleanValue(int idx, in getAttributeBooleanValue() method in XmlBlock.Parser
DColorStateList.java390 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false) in inflate()
/frameworks/base/graphics/java/android/graphics/drawable/
DStateListDrawable.java228 states[j++] = attrs.getAttributeBooleanValue(i, false) in extractStateSet()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java1665 coreApp = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1667 isolatedSplits = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1671 isFeatureSplit = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1673 isSplitRequired = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1701 debuggable = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1704 multiArch = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1707 use32bitAbi = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1710 extractNativeLibs = attrs.getAttributeBooleanValue(i, true); in parseApkLite()
1713 useEmbeddedDex = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1729 overlayIsStatic = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
[all …]
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java235 attributeSet.getAttributeBooleanValue(i, false) ? in createStateListAnimatorFromXml()
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/
DParsingPackageUtils.java721 final boolean isCoreApp = parser.getAttributeBooleanValue(null /*namespace*/,
968 final boolean updatableSystem = parser.getAttributeBooleanValue(null /*namespace*/,
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java1206 canUnlockProfile = attrs.getAttributeBooleanValue( in getSettingsAttrs()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java6522 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in ZenModeHelperTest.XmlResourceParserImpl
6555 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in ZenModeHelperTest.XmlResourceParserImpl
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt5327 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(IZ)Z
5328 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(Ljava/lang/String;Ljava/lang/Str…
/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/config/
Dboot-image-profile.txt5330 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(IZ)Z
5331 HSPLandroid/content/res/XmlBlock$Parser;->getAttributeBooleanValue(Ljava/lang/String;Ljava/lang/Str…
/frameworks/base/core/api/
Dcurrent.txt49743 method public boolean getAttributeBooleanValue(String, String, boolean);
49744 method public boolean getAttributeBooleanValue(int, boolean);