Searched defs:TYPE_LAST_COLOR_INT (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/include/utils/
H A DResourceTypes.h276 TYPE_LAST_COLOR_INT = 0x1f, enumerator in enum:android::Res_value::__anon187
/frameworks/base/core/java/android/util/
H A DTypedValue.java81 public static final int TYPE_LAST_COLOR_INT = 0x1f; field in class:TypedValue
457 if (type >= TYPE_FIRST_COLOR_INT && type <= TYPE_LAST_COLOR_INT) {

Completed in 108 milliseconds