Home
last modified time | relevance | path

Searched refs:getAttributeBooleanValue (Results 1 – 14 of 14) 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.java69 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in XmlPullAttributes
108 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in XmlPullAttributes
/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.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.java157 parser.getAttributeBooleanValue(null, "includeSubdomains", false); in parseDomain()
178 parser.getAttributeBooleanValue(null, "overridePins", defaultOverridePins); in parseCertificatesEntry()
240 parser.getAttributeBooleanValue(i, in parseConfigEntry()
244 parser.getAttributeBooleanValue(i, in parseConfigEntry()
/frameworks/base/core/java/android/content/res/
DXmlBlock.java341 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in XmlBlock.Parser
345 return getAttributeBooleanValue(idx, defaultValue); in getAttributeBooleanValue()
393 public boolean getAttributeBooleanValue(int idx, in getAttributeBooleanValue() method in XmlBlock.Parser
DColorStateList.java352 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false) in inflate()
/frameworks/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java139 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in BridgeXmlPullAttributes
245 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in BridgeXmlPullAttributes
/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.java1745 coreApp = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1747 isolatedSplits = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1751 isFeatureSplit = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1753 isSplitRequired = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1781 debuggable = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1784 multiArch = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1787 use32bitAbi = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1790 extractNativeLibs = attrs.getAttributeBooleanValue(i, true); in parseApkLite()
1793 useEmbeddedDex = attrs.getAttributeBooleanValue(i, false); in parseApkLite()
1961 pkg.coreApp = parser.getAttributeBooleanValue(null, "coreApp", false); in parseBaseApk()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1579 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method in ZenModeHelperTest.XmlResourceParserImpl
1612 public boolean getAttributeBooleanValue(int index, boolean defaultValue) { in getAttributeBooleanValue() method in ZenModeHelperTest.XmlResourceParserImpl
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java232 attributeSet.getAttributeBooleanValue(i, false) ? in createStateListAnimatorFromXml()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...