Searched refs:TYPE_LAST_INT (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/util/
H A DTypedValue.java51 * from this to {@link #TYPE_LAST_INT} means the
87 public static final int TYPE_LAST_INT = 0x1f; field in class:TypedValue
505 } else if (type >= TYPE_FIRST_INT && type <= TYPE_LAST_INT) {
/frameworks/base/tools/aapt/
H A DAaptXml.cpp59 || value.dataType > Res_value::TYPE_LAST_INT) {
169 || value.dataType > Res_value::TYPE_LAST_INT) {
H A DCommand.cpp264 value.dataType <= Res_value::TYPE_LAST_INT) {
1406 value.dataType <= Res_value::TYPE_LAST_INT) {
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java329 && type <= TypedValue.TYPE_LAST_INT) {
368 && type <= TypedValue.TYPE_LAST_INT) {
407 && type <= TypedValue.TYPE_LAST_INT) {
456 && type <= TypedValue.TYPE_LAST_INT) {
574 && type <= TypedValue.TYPE_LAST_INT) {
763 && type <= TypedValue.TYPE_LAST_INT) {
802 && type <= TypedValue.TYPE_LAST_INT) {
H A DXmlBlock.java382 t <= TypedValue.TYPE_LAST_INT) {
401 t <= TypedValue.TYPE_LAST_INT) {
411 t <= TypedValue.TYPE_LAST_INT) {
H A DResources.java952 && value.type <= TypedValue.TYPE_LAST_INT) {
1059 && value.type <= TypedValue.TYPE_LAST_INT) {
1085 && value.type <= TypedValue.TYPE_LAST_INT) {
2025 * <li> {@link TypedValue#TYPE_FIRST_INT}-{@link TypedValue#TYPE_LAST_INT}:
2060 && v.type <= TypedValue.TYPE_LAST_INT) {
/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp245 compiled_prim->value.dataType <= android::Res_value::TYPE_LAST_INT) {
269 compiled_prim->value.dataType <= android::Res_value::TYPE_LAST_INT) {
/frameworks/base/tools/split-select/
H A DMain.cpp182 if (type >= Res_value::TYPE_FIRST_INT && type <= Res_value::TYPE_LAST_INT) {
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java1127 value.type <= TypedValue.TYPE_LAST_INT) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DDimLayerController.java314 } else if (tv.type >= TypedValue.TYPE_FIRST_INT && tv.type <= TypedValue.TYPE_LAST_INT) {
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h321 TYPE_LAST_INT = 0x1f member in struct:android::Res_value
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1555 && value.dataType <= Res_value::TYPE_LAST_INT) {
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java2943 if (val.type >= TypedValue.TYPE_FIRST_INT && val.type <= TypedValue.TYPE_LAST_INT) {
5517 && v.type <= TypedValue.TYPE_LAST_INT) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp7072 || value.dataType <= Res_value::TYPE_LAST_INT) {

Completed in 590 milliseconds