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

/frameworks/base/core/java/android/util/
H A DTypedValue.java80 public static final int TYPE_INT_COLOR_RGB4 = 0x1f; field in class:TypedValue
/frameworks/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java51 import static android.util.TypedValue.TYPE_INT_COLOR_RGB4;
842 return TYPE_INT_COLOR_RGB4;
/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp409 value.dataType = android::Res_value::TYPE_INT_COLOR_RGB4;
574 case android::Res_value::TYPE_INT_COLOR_RGB4:
H A DResourceValues.cpp500 case Res_value::TYPE_INT_COLOR_RGB4:
/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp318 EXPECT_THAT(bp->value.dataType, Eq(android::Res_value::TYPE_INT_COLOR_RGB4));
H A DProtoSerialize.cpp478 case android::Res_value::TYPE_INT_COLOR_RGB4: {
H A DProtoDeserialize.cpp814 val.dataType = android::Res_value::TYPE_INT_COLOR_RGB4;
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h318 TYPE_INT_COLOR_RGB4 = 0x1f, member in struct:android::Res_value
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5572 outValue->dataType = outValue->TYPE_INT_COLOR_RGB4;

Completed in 3324 milliseconds