Searched defs:TYPE_NULL (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/text/
H A DInputType.java75 public static final int TYPE_NULL = 0x00000000; field in interface:InputType
/frameworks/support/compat/java/android/support/v4/view/
H A DPointerIconCompat.java33 /** Synonym for {@link android.view.PointerIcon#TYPE_NULL} */
34 public static final int TYPE_NULL = 0; field in class:PointerIconCompat
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java42 public static final int TYPE_NULL = 0; field in class:RestrictionEntry
/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.
483 case 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) {

Completed in 753 milliseconds