Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DConverter.java94 public boolean fillTypedValue(T data, TypedValue typedValue) { in fillTypedValue()
110 public boolean fillTypedValue(AttrData data, TypedValue typedValue) { in fillTypedValue()
128 public boolean fillTypedValue(String data, TypedValue typedValue) { in fillTypedValue()
139 public boolean fillTypedValue(String data, TypedValue typedValue) { in fillTypedValue()
159 public boolean fillTypedValue(String data, TypedValue typedValue) { in fillTypedValue()
177 public boolean fillTypedValue(String data, TypedValue typedValue) { in fillTypedValue()
197 public boolean fillTypedValue(String data, TypedValue typedValue) { in fillTypedValue()
204 public boolean fillTypedValue(Object data, TypedValue typedValue) { in fillTypedValue()
215 public boolean fillTypedValue(String data, TypedValue typedValue) { in fillTypedValue()
222 public boolean fillTypedValue(String data, TypedValue typedValue) { in fillTypedValue()
[all …]
DConverter2.java39 public boolean fillTypedValue(T data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
46 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
57 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
72 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
91 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
98 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
105 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
123 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
147 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
170 public boolean fillTypedValue(String data, TypedValue typedValue, boolean throwOnFailure) { in fillTypedValue()
/external/setupdesign/main/src/com/google/android/setupdesign/template/
DRecyclerMixin.java103 TypedValue typedValue = new TypedValue(); in isShowItemsDivider() local
/external/skia/src/sksl/tracing/
DSkSLDebugTracePlayer.cpp160 double typedValue = fDebugTrace->interpretValueBits(slot, fSlots[slot].fValue); in getVariablesForDisplayMask() local
/external/setupdesign/main/src/com/google/android/setupdesign/util/
DPartner.java285 TypedValue typedValue = new TypedValue(); in getTypedValue() local
/external/setupdesign/main/src/com/google/android/setupdesign/
DGlifLayout.java712 TypedValue typedValue = new TypedValue(); in getFooterBackgroundColorFromStyle() local
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java934 final Res_value typedValue; field in ResourceTypes.ResXMLTree_attribute