Searched refs:ALT (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.
80 * Flag that indicates that the ALT key is on.
95 * Flag that indicates that the ALT key is locked.
134 private static final Object ALT = new NoCopySpan.Concrete(); field in class:MetaKeyKeyListener
146 text.removeSpan(ALT);
161 getActive(text, ALT, META_ALT_ON, META_ALT_LOCKED) |
205 return getActive(text, ALT, PRESSED_RETURN_VALUE, LOCKED_RETURN_VALUE);
274 adjust(content, ALT);
283 return what == CAP || what == ALT || what == SYM ||
310 resetLock(content, ALT);
[all...]

Completed in 7053 milliseconds