Searched defs:TYPE_FIRST_INT (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/
H A DTypedValue.java50 public static final int TYPE_FIRST_INT = 0x10; field in class:TypedValue
478 } else if (type >= TYPE_FIRST_INT && type <= TYPE_LAST_INT) {
/frameworks/base/include/androidfw/
H A DResourceTypes.h291 TYPE_FIRST_INT = 0x10, enumerator in enum:android::Res_value::__anon896

Completed in 1156 milliseconds