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

  /frameworks/base/core/java/android/util/
AttributeSet.java 102 public boolean getAttributeBooleanValue(String namespace, String attribute,
179 public boolean getAttributeBooleanValue(int index,
XmlPullAttributes.java 63 public boolean getAttributeBooleanValue(String namespace, String attribute,
102 public boolean getAttributeBooleanValue(int index, boolean defaultValue) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeXmlBlockParser.java 309 public boolean getAttributeBooleanValue(int index, boolean defaultValue) {
310 return mAttrib.getAttributeBooleanValue(index, defaultValue);
313 public boolean getAttributeBooleanValue(String namespace, String attribute,
315 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue);
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 322 public boolean getAttributeBooleanValue(String namespace, String attribute,
326 return getAttributeBooleanValue(idx, defaultValue);
374 public boolean getAttributeBooleanValue(int idx,
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 31 milliseconds