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

/frameworks/base/core/java/android/util/
H A DTypedValue.java77 public static final int TYPE_INT_COLOR_ARGB4 = 0x1e; field in class:TypedValue
/frameworks/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java49 import static android.util.TypedValue.TYPE_INT_COLOR_ARGB4;
845 return TYPE_INT_COLOR_ARGB4;
/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp418 value.dataType = android::Res_value::TYPE_INT_COLOR_ARGB4;
573 case android::Res_value::TYPE_INT_COLOR_ARGB4:
H A DResourceValues.cpp499 case Res_value::TYPE_INT_COLOR_ARGB4:
/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp324 EXPECT_THAT(bp->value.dataType, Eq(android::Res_value::TYPE_INT_COLOR_ARGB4));
H A DProtoSerialize.cpp475 case android::Res_value::TYPE_INT_COLOR_ARGB4: {
H A DProtoDeserialize.cpp810 val.dataType = android::Res_value::TYPE_INT_COLOR_ARGB4;
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h316 TYPE_INT_COLOR_ARGB4 = 0x1e, member in struct:android::Res_value
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5581 outValue->dataType = outValue->TYPE_INT_COLOR_ARGB4;

Completed in 197 milliseconds