Searched refs:TYPE_INT_COLOR_ARGB8 (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/util/
H A DTypedValue.java71 public static final int TYPE_INT_COLOR_ARGB8 = 0x1c; field in class:TypedValue
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java50 import static android.util.TypedValue.TYPE_INT_COLOR_ARGB8;
811 return TYPE_INT_COLOR_ARGB8;
/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp432 value.dataType = android::Res_value::TYPE_INT_COLOR_ARGB8;
562 case android::Res_value::TYPE_INT_COLOR_ARGB8:
H A DResourceValues.cpp339 case android::Res_value::TYPE_INT_COLOR_ARGB8:
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderTests.java440 assertEquals(TypedValue.TYPE_INT_COLOR_ARGB8, outValue.type);
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h309 TYPE_INT_COLOR_ARGB8 = 0x1c, member in struct:android::Res_value
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java388 outValue.type = TypedValue.TYPE_INT_COLOR_ARGB8;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5387 outValue->dataType = outValue->TYPE_INT_COLOR_ARGB8;

Completed in 5095 milliseconds