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

/frameworks/base/core/java/android/text/
H A DInputType.java45 * {@link #TYPE_CLASS_TEXT}, {@link #TYPE_CLASS_NUMBER},
301 public static final int TYPE_CLASS_NUMBER = 0x00000002; field in interface:InputType
304 * Flag of {@link #TYPE_CLASS_NUMBER}: the number is signed, allowing
310 * Flag of {@link #TYPE_CLASS_NUMBER}: the number is decimal, allowing
318 * Default variation of {@link #TYPE_CLASS_NUMBER}: plain normal
329 * Variation of {@link #TYPE_CLASS_NUMBER}: entering a numeric password.

Completed in 2562 milliseconds