Searched refs:TYPE_INT_COLOR_ARGB4 (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/util/
H A DTypedValue.java76 public static final int TYPE_INT_COLOR_ARGB4 = 0x1e; field in class:TypedValue
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java52 import static android.util.TypedValue.TYPE_INT_COLOR_ARGB4;
806 return TYPE_INT_COLOR_ARGB4;
/frameworks/base/tools/aapt2/
H A DResourceValues.cpp209 case android::Res_value::TYPE_INT_COLOR_ARGB4:
H A DResourceParser.cpp288 value.dataType = android::Res_value::TYPE_INT_COLOR_ARGB4;
383 case android::Res_value::TYPE_INT_COLOR_ARGB4:
/frameworks/base/include/androidfw/
H A DResourceTypes.h308 TYPE_INT_COLOR_ARGB4 = 0x1e, enumerator in enum:android::Res_value::__anon937
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5102 outValue->dataType = outValue->TYPE_INT_COLOR_ARGB4;

Completed in 1593 milliseconds