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

/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java29 * meta keys such as SHIFT, ALT and SYM as well as the pseudo-meta state of selecting text.
85 * Flag that indicates that the SYM key is on.
99 * Flag that indicates that the SYM key is locked.
135 private static final Object SYM = new NoCopySpan.Concrete(); field in class:MetaKeyKeyListener
147 text.removeSpan(SYM);
162 getActive(text, SYM, META_SYM_ON, META_SYM_LOCKED) |
208 return getActive(text, SYM, PRESSED_RETURN_VALUE, LOCKED_RETURN_VALUE);
275 adjust(content, SYM);
283 return what == CAP || what == ALT || what == SYM ||
311 resetLock(content, SYM);
[all...]

Completed in 278 milliseconds