Home
last modified time | relevance | path

Searched defs:typedValue (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DConverter.java94 public boolean fillTypedValue(T data, TypedValue typedValue) { in fillTypedValue()
109 public boolean fillTypedValue(AttrData data, TypedValue typedValue) { in fillTypedValue()
127 public boolean fillTypedValue(String data, TypedValue typedValue) { in fillTypedValue()
138 public boolean fillTypedValue(String data, TypedValue typedValue) { in fillTypedValue()
158 public boolean fillTypedValue(String data, TypedValue typedValue) { in fillTypedValue()
176 public boolean fillTypedValue(String data, TypedValue typedValue) { in fillTypedValue()
200 public boolean fillTypedValue(String data, TypedValue typedValue) { in fillTypedValue()
207 public boolean fillTypedValue(Object data, TypedValue typedValue) { in fillTypedValue()
218 public boolean fillTypedValue(String data, TypedValue typedValue) { in fillTypedValue()
225 public boolean fillTypedValue(String data, TypedValue typedValue) { in fillTypedValue()
[all …]
DConverter2.java40 public boolean fillTypedValue(T data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
47 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
58 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
75 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
95 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
102 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
109 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
127 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
151 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
174 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
DShadowLegacyAssetManager.java787 final TypedValue typedValue = new TypedValue(); in getTypedArray() local
817 getConverter(typedResource).fillTypedValue(typedResource.getData(), typedValue); in getTypedArray() local
1174 TypedValue typedValue = new TypedValue(); in buildTypedValue() local
1201 … TypedValue typedValue = buildTypedValue(set, attrs[i], defStyleAttr, themeStyleSet, defStyleRes); in attrsToTypedArray() local
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java951 final Res_value typedValue; field in ResourceTypes.ResXMLTree_attribute