/frameworks/base/core/java/android/util/ |
D | AttributeSet.java | 173 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() method 253 public boolean getAttributeBooleanValue(int index, boolean defaultValue); in getAttributeBooleanValue() method
|
D | XmlPullAttributes.java | 69 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/ |
D | NopAttributeSet.java | 71 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
|
D | BridgeLayoutParamsMapAttributes.java | 90 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
|
D | BridgeXmlBlockParser.java | 409 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/ |
D | XmlConfigSource.java | 157 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/ |
D | XmlBlock.java | 341 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
|
D | ColorStateList.java | 352 stateSpec[j++] = attrs.getAttributeBooleanValue(i, false) in inflate()
|
/frameworks/layoutlib/bridge/src/android/util/ |
D | BridgeXmlPullAttributes.java | 139 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/ |
D | StateListDrawable.java | 228 states[j++] = attrs.getAttributeBooleanValue(i, false) in extractStateSet()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 1745 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/ |
D | ZenModeHelperTest.java | 1579 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/ |
D | AnimatorInflater.java | 232 attributeSet.getAttributeBooleanValue(i, false) ? in createStateListAnimatorFromXml()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |