HomeSort by relevance Sort by last modified time
    Searched defs:getAttributeBooleanValue (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/base/core/java/android/util/
AttributeSet.java 173 public boolean getAttributeBooleanValue(String namespace, String attribute,
253 public boolean getAttributeBooleanValue(int index, boolean defaultValue);
XmlPullAttributes.java 67 public boolean getAttributeBooleanValue(String namespace, String attribute,
106 public boolean getAttributeBooleanValue(int index, boolean defaultValue) {
  /frameworks/layoutlib/bridge/src/android/util/
BridgeXmlPullAttributes.java 120 public boolean getAttributeBooleanValue(String namespace, String attribute,
220 public boolean getAttributeBooleanValue(int index, boolean defaultValue) {
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeLayoutParamsMapAttributes.java 90 public boolean getAttributeBooleanValue(String namespace, String attribute,
126 public boolean getAttributeBooleanValue(int index, boolean defaultValue) {
NopAttributeSet.java 67 public boolean getAttributeBooleanValue(String namespace, String attribute,
100 public boolean getAttributeBooleanValue(int index, boolean defaultValue) {
BridgeXmlBlockParser.java 410 public boolean getAttributeBooleanValue(int index, boolean defaultValue) {
411 return mAttrib.getAttributeBooleanValue(index, defaultValue);
415 public boolean getAttributeBooleanValue(String namespace, String attribute,
417 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestAttributeSet.java 54 public boolean getAttributeBooleanValue(String namespace, String attribute, boolean defaultValue) {
127 public boolean getAttributeBooleanValue(int resourceId, boolean defaultValue) {
  /frameworks/base/core/java/android/security/net/config/
XmlConfigSource.java 157 parser.getAttributeBooleanValue(null, "includeSubdomains", false);
178 parser.getAttributeBooleanValue(null, "overridePins", defaultOverridePins);
238 parser.getAttributeBooleanValue(i,
242 parser.getAttributeBooleanValue(i,
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
XmlResourceParserImplTest.java 523 assertThat(parser.getAttributeBooleanValue(XMLNS_NS, "bar", false)).isTrue();
524 assertThat(parser.getAttributeBooleanValue(XMLNS_NS, "foo", false)).isFalse();
530 assertThat(parser.getAttributeBooleanValue(0, false)).isTrue();
531 assertThat(parser.getAttributeBooleanValue(attributeIndexOutOfIndex(), false)).isFalse();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
XmlResourceParserImpl.java 614 public boolean getAttributeBooleanValue(String namespace, String attribute,
677 public boolean getAttributeBooleanValue(
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 326 public boolean getAttributeBooleanValue(String namespace, String attribute,
330 return getAttributeBooleanValue(idx, defaultValue);
378 public boolean getAttributeBooleanValue(int idx,
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/builder/
XmlResourceParserImplTest.java 535 assertThat(parser.getAttributeBooleanValue(XMLNS_NS, "bar", false)).isTrue();
536 assertThat(parser.getAttributeBooleanValue(XMLNS_NS, "foo", false)).isFalse();
542 assertThat(parser.getAttributeBooleanValue(0, false)).isTrue();
543 assertThat(parser.getAttributeBooleanValue(attributeIndexOutOfIndex(), false)).isFalse();
  /tools/apksig/src/main/java/com/android/apksig/internal/apk/
AndroidBinXmlParser.java 63 /** Attribute value is a boolean. Use {@link #getAttributeBooleanValue(int)} to obtain it. */
237 public boolean getAttributeBooleanValue(int index) throws XmlParserException {
    [all...]
  /external/robolectric/v3/
robolectric-resources-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-resources-3.1.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.0/
apksig-2.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.0-alpha1/
apksig-2.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.0-beta1/
apksig-2.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.0-beta2/
apksig-2.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.0-beta3/
apksig-2.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.0-beta4/
apksig-2.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.1/
apksig-2.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.3/
apksig-2.3.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/2.4.0-alpha1/
apksig-2.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/2.4.0-alpha3/
apksig-2.4.0-alpha3.jar 

Completed in 1573 milliseconds

1 2 3 4 5 6 7 8