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

/frameworks/base/core/java/android/text/
H A DInputType.java133 * {@code TYPE_TEXT_FLAG_AUTO_CORRECT} means that the IME will try to
137 public static final int TYPE_TEXT_FLAG_AUTO_CORRECT = 0x00008000; field in interface:InputType
150 * Note the contrast with {@link #TYPE_TEXT_FLAG_AUTO_CORRECT} and
179 * {@link #TYPE_TEXT_FLAG_AUTO_CORRECT} value when set.
183 * {@link #TYPE_TEXT_FLAG_AUTO_CORRECT} instead if you just do not
185 * Note the contrast with {@link #TYPE_TEXT_FLAG_AUTO_CORRECT} and

Completed in 44 milliseconds