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

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java217 && type <= TypedValue.TYPE_LAST_INT) {
247 && type <= TypedValue.TYPE_LAST_INT) {
278 && type <= TypedValue.TYPE_LAST_INT) {
314 && type <= TypedValue.TYPE_LAST_INT) {
363 && type <= TypedValue.TYPE_LAST_INT) {
484 && type <= TypedValue.TYPE_LAST_INT) {
513 && type <= TypedValue.TYPE_LAST_INT) {
H A DXmlBlock.java380 t <= TypedValue.TYPE_LAST_INT) {
399 t <= TypedValue.TYPE_LAST_INT) {
409 t <= TypedValue.TYPE_LAST_INT) {
H A DResources.java751 && value.type <= TypedValue.TYPE_LAST_INT) {
803 && value.type <= TypedValue.TYPE_LAST_INT) {
828 && value.type <= TypedValue.TYPE_LAST_INT) {
1757 * <li> {@link TypedValue#TYPE_FIRST_INT}-{@link TypedValue#TYPE_LAST_INT}:
1792 && v.type <= TypedValue.TYPE_LAST_INT) {
/frameworks/base/core/java/android/util/
H A DTypedValue.java48 * from this to {@link #TYPE_LAST_INT} means the
84 public static final int TYPE_LAST_INT = 0x1f; field in class:TypedValue
459 } else if (type >= TYPE_FIRST_INT && type <= TYPE_LAST_INT) {
/frameworks/base/services/java/com/android/server/wm/
H A DDimAnimator.java107 && tv.type <= TypedValue.TYPE_LAST_INT) {
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java1061 value.type <= TypedValue.TYPE_LAST_INT) {
/frameworks/base/tools/aapt/
H A DCommand.cpp287 || value.dataType > Res_value::TYPE_LAST_INT) {
308 || value.dataType > Res_value::TYPE_LAST_INT) {
/frameworks/base/include/utils/
H A DResourceTypes.h279 TYPE_LAST_INT = 0x1f enumerator in enum:android::Res_value::__anon187
/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.java2703 && v.type <= TypedValue.TYPE_LAST_INT) {

Completed in 3989 milliseconds