Lines Matching refs:attribute
118 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument
120 String value = getAttributeValue(namespace, attribute); in getAttributeListValue()
135 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument
137 String value = getAttributeValue(namespace, attribute); in getAttributeBooleanValue()
152 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() argument
153 String value = getAttributeValue(namespace, attribute); in getAttributeResourceValue()
159 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() argument
160 String value = getAttributeValue(namespace, attribute); in getAttributeIntValue()
181 enumValues = mFrameworkEnumValueSupplier.apply(attribute); in getAttributeIntValue()
185 enumValues = mProjectEnumValueSupplier.getEnumValues(attrNamespace, attribute); in getAttributeIntValue()
200 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument
202 String value = getAttributeValue(namespace, attribute); in getAttributeUnsignedIntValue()
217 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() argument
219 String s = getAttributeValue(namespace, attribute); in getAttributeFloatValue()