Lines Matching refs:namespace
82 // get the attribute namespace
90 // this is not an attribute in the android namespace, we query the customviewloader, if
103 public int getAttributeListValue(String namespace, String attribute,
105 String value = getAttributeValue(namespace, attribute);
120 public boolean getAttributeBooleanValue(String namespace, String attribute,
122 String value = getAttributeValue(namespace, attribute);
137 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) {
138 String value = getAttributeValue(namespace, attribute);
144 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) {
145 String value = getAttributeValue(namespace, attribute);
164 Map<String, Integer> enumValues = BridgeConstants.NS_RESOURCES.equals(namespace) ?
179 public int getAttributeUnsignedIntValue(String namespace, String attribute,
181 String value = getAttributeValue(namespace, attribute);
196 public float getAttributeFloatValue(String namespace, String attribute,
198 String s = getAttributeValue(namespace, attribute);