Home | History | Annotate | Download | only in method

Lines Matching defs:LOCKED

51  * When key modifiers are toggled into a latched or locked state, the state
53 * meta state integer managed by the client. These latched or locked modifiers
91 * Flag that indicates that the SHIFT key is locked in CAPS mode.
95 * Flag that indicates that the ALT key is locked.
99 * Flag that indicates that the SYM key is locked.
154 * or locked meta key.
169 * @return 0 if inactive, 1 if active, 2 if locked.
199 if (flag == LOCKED) {
246 * Call this if you are a method that ignores the locked meta state
259 if (current == LOCKED)
292 content.setSpan(what, 0, 0, LOCKED);
295 else if (state == LOCKED)
370 * Call this if you are a method that ignores the locked meta state
396 * or locked meta key.
428 * @return 0 if inactive, 1 if active, 2 if locked.
502 long locked, long pressed, long released, long used) {
506 state = (state &~ mask) | what | locked;
509 } else if ((state & locked) != 0) {
558 * Clears the state of the specified meta key if it is locked.
599 private static final int LOCKED =