Searched refs:TYPE_NULL (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/core/java/android/content/res/
H A DTypedArray.java162 if (type == TypedValue.TYPE_NULL) {
173 // We already checked for TYPE_NULL. This should never happen.
199 if (type == TypedValue.TYPE_NULL) {
211 // We already checked for TYPE_NULL. This should never happen.
275 if (type == TypedValue.TYPE_NULL) {
287 // We already checked for TYPE_NULL. This should never happen.
316 if (type == TypedValue.TYPE_NULL) {
329 // We already checked for TYPE_NULL. This should never happen.
355 if (type == TypedValue.TYPE_NULL) {
368 // We already checked for TYPE_NULL
[all...]
H A DXmlBlock.java207 if (t == TypedValue.TYPE_NULL) {
/frameworks/base/core/java/android/text/
H A DInputType.java77 public static final int TYPE_NULL = 0x00000000; field in interface:InputType
/frameworks/base/core/java/android/view/animation/
H A DScaleAnimation.java38 private int mFromXType = TypedValue.TYPE_NULL;
39 private int mToXType = TypedValue.TYPE_NULL;
40 private int mFromYType = TypedValue.TYPE_NULL;
41 private int mToYType = TypedValue.TYPE_NULL;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DContentFrameLayout.java100 if (tvw != null && tvw.type != TypedValue.TYPE_NULL) {
119 if (tvh != null && tvh.type != TypedValue.TYPE_NULL) {
144 if (tv != null && tv.type != TypedValue.TYPE_NULL) {
/frameworks/base/core/java/android/view/
H A DPointerIcon.java50 public static final int TYPE_NULL = 0; field in class:PointerIcon
140 private static final PointerIcon gNullIcon = new PointerIcon(TYPE_NULL);
163 * @see #TYPE_NULL
198 if (type == TYPE_NULL) {
335 if (type == TYPE_NULL) {
364 if (mType != TYPE_NULL) {
/frameworks/support/v4/java/android/support/v4/view/
H A DPointerIconCompat.java29 /** Synonym for {@link android.view.PointerIcon#TYPE_NULL} */
30 public static final int TYPE_NULL = 0; field in class:PointerIconCompat
/frameworks/base/core/java/android/util/
H A DTypedValue.java28 public static final int TYPE_NULL = 0x00; field in class:TypedValue
145 * {@link #TYPE_NULL} data indicating the value was not specified.
149 * {@link #TYPE_NULL} data indicating the value was explicitly set to null.
462 case TYPE_NULL:
/frameworks/base/tools/aapt/
H A DXMLNode.h80 value.dataType = Res_value::TYPE_NULL;
85 || value.dataType == Res_value::TYPE_NULL
H A DXMLNode.cpp477 if (value.dataType == Res_value::TYPE_NULL) {
1371 if (ae.value.dataType == Res_value::TYPE_NULL
1584 if (ae.value.dataType == Res_value::TYPE_NULL
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1236 value.dataType = Res_value::TYPE_NULL;
1251 if (value.dataType == Res_value::TYPE_NULL) {
1264 if (value.dataType != Res_value::TYPE_NULL) {
1295 // Deal with the special @null value -- it turns back to TYPE_NULL.
1300 value.dataType = Res_value::TYPE_NULL;
1319 if (indices != NULL && value.dataType != Res_value::TYPE_NULL) {
1420 value.dataType = Res_value::TYPE_NULL;
1468 value.dataType = Res_value::TYPE_NULL;
1484 if (value.dataType == Res_value::TYPE_NULL) {
1498 if (value.dataType == Res_value::TYPE_NULL) {
[all...]
/frameworks/base/core/java/android/content/
H A DRestrictionsManager.java628 case RestrictionEntry.TYPE_NULL: // hidden
713 case RestrictionEntry.TYPE_NULL:
H A DRestrictionEntry.java42 public static final int TYPE_NULL = 0; field in class:RestrictionEntry
/frameworks/base/core/java/android/text/method/
H A DTextKeyListener.java214 return InputType.TYPE_NULL;
/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java43 public int inputType = TYPE_NULL;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DScaleDrawable.java173 if (type == TypedValue.TYPE_FRACTION || type == TypedValue.TYPE_NULL) {
/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp259 // TYPE_NULL with data set to 0 is interpreted by the runtime as an error.
263 // TYPE_NULL with value of DATA_NULL_EMPTY is handled fine by the runtime.
264 value.dataType = android::Res_value::TYPE_NULL;
439 case android::Res_value::TYPE_NULL:
H A DResourceValues.cpp224 case android::Res_value::TYPE_NULL:
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java54 import static android.util.TypedValue.TYPE_NULL;
748 return TYPE_NULL;
824 * receive a TypedValue whose type is TYPE_NULL.)
/frameworks/base/libs/androidfw/tests/
H A DResTable_test.cpp238 ASSERT_EQ(out.TYPE_NULL, out.dataType) << "Failed with " << s;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java217 * {@link android.view.inputmethod.EditorInfo#TYPE_NULL EditorInfo.TYPE_NULL},
2177 * this is mainly for use with {@link android.text.InputType#TYPE_NULL} type
2437 * current editor. In particular, a {@link InputType#TYPE_NULL}
2442 if (ei.inputType == InputType.TYPE_NULL ||
2463 * current editor. In particular, a {@link InputType#TYPE_NULL} or
2478 ei.inputType != InputType.TYPE_NULL);
2514 if (ei.inputType == InputType.TYPE_NULL) {
/frameworks/base/core/java/android/widget/
H A DTextView.java859 int inputType = EditorInfo.TYPE_NULL;
1117 inputType = a.getInt(attr, EditorInfo.TYPE_NULL);
1247 mEditor.mInputType = inputType != EditorInfo.TYPE_NULL
1259 mEditor.mInputType = inputType != EditorInfo.TYPE_NULL
1261 } else if (inputType != EditorInfo.TYPE_NULL) {
1314 mEditor.mInputType = EditorInfo.TYPE_NULL;
1827 if (mEditor != null) mEditor.mInputType = EditorInfo.TYPE_NULL;
4637 * to match the given content type. If the given content type is {@link EditorInfo#TYPE_NULL}
4735 if (type == InputType.TYPE_NULL && mEditor == null) return; //TYPE_NULL i
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java619 if (tvw != null && tvw.type != TypedValue.TYPE_NULL) {
647 if (tvh != null && tvh.type != TypedValue.TYPE_NULL) {
696 if (tv.type != TypedValue.TYPE_NULL) {
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java640 private int mInputType = InputType.TYPE_NULL;
3048 mInputType = InputType.TYPE_NULL;
/frameworks/base/include/androidfw/
H A DResourceTypes.h272 TYPE_NULL = 0x00, enumerator in enum:android::Res_value::__anon972
372 // Possible data values for TYPE_NULL.

Completed in 557 milliseconds

12