Searched defs:ALT (Results 1 - 2 of 2) 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...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 50 milliseconds