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
505 } else if (type >= TYPE_FIRST_INT && type <= TYPE_LAST_INT) {
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h299 TYPE_FIRST_INT = 0x10, member in struct:android::Res_value

Completed in 58 milliseconds