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

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

Completed in 735 milliseconds