Home | History | Annotate | Download | only in inputmethod

Lines Matching refs:imeOptions

44      * Set of bits in {@link #imeOptions} that provide alternative actions
105 * Flag of {@link #imeOptions}: used to request that the IME never go
112 * Flag of {@link #imeOptions}: like {@link #IME_FLAG_NAVIGATE_NEXT}, but
122 * Flag of {@link #imeOptions}: used to specify that there is something
136 * Flag of {@link #imeOptions}: used to specify that the IME does not need
149 * Flag of {@link #imeOptions}: used in conjunction with
160 * Flag of {@link #imeOptions}: used in conjunction with
171 * Flag of {@link #imeOptions}: used to request that the IME is capable of
187 * Generic unspecified type for {@link #imeOptions}.
195 public int imeOptions = IME_NULL;
329 + " imeOptions=0x" + Integer.toHexString(imeOptions)
353 dest.writeInt(imeOptions);
375 res.imeOptions = source.readInt();