Searched defs:typedValue (Results 1 – 6 of 6) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | Converter.java | 94 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 …]
|
D | Converter2.java | 40 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()
|
D | ShadowLegacyAssetManager.java | 787 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/setupdesign/main/src/com/google/android/setupdesign/util/ |
D | Partner.java | 249 TypedValue typedValue = new TypedValue(); in getTypedValue() local
|
/external/llvm-project/flang/lib/Evaluate/ |
D | initial-image.cpp | 90 std::vector<Scalar> typedValue(elements); in Test() local
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResourceTypes.java | 951 final Res_value typedValue; field in ResourceTypes.ResXMLTree_attribute
|