• Home
  • Raw
  • Download

Lines Matching refs:namespace

47                 @NonNull ResourceNamespace namespace, @NonNull String attrName);  in getEnumValues()
111 ResourceNamespace namespace = ResourceNamespace.fromNamespaceUri(ns); in getAttributeNameResource() local
112 if (namespace != null) { in getAttributeNameResource()
114 ResourceReference.attr(namespace, name)); in getAttributeNameResource()
122 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() argument
124 String value = getAttributeValue(namespace, attribute); in getAttributeListValue()
139 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() argument
141 String value = getAttributeValue(namespace, attribute); in getAttributeBooleanValue()
156 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() argument
157 String value = getAttributeValue(namespace, attribute); in getAttributeResourceValue()
163 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() argument
164 String value = getAttributeValue(namespace, attribute); in getAttributeIntValue()
184 if (BridgeConstants.NS_RESOURCES.equals(namespace)) { in getAttributeIntValue()
187 ResourceNamespace attrNamespace = ResourceNamespace.fromNamespaceUri(namespace); in getAttributeIntValue()
204 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() argument
206 String value = getAttributeValue(namespace, attribute); in getAttributeUnsignedIntValue()
221 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() argument
223 String s = getAttributeValue(namespace, attribute); in getAttributeFloatValue()
307 public ResourceValue getResolvedAttributeValue(@Nullable String namespace, in getResolvedAttributeValue() argument
309 String s = getAttributeValue(namespace, name); in getResolvedAttributeValue()