Home | History | Annotate | Download | only in method

Lines Matching defs:USED

34  * This class provides two mechanisms for tracking meta state that can be used
62 * To ensure correct meta key behavior, the following pattern should be used
108 // These bits are privately used by the meta key key listener.
240 content.setSpan(what, 0, 0, USED);
293 else if (state == USED)
346 if (current == USED)
502 long locked, long pressed, long released, long used) {
507 } else if ((state & used) != 0) {
540 long pressed, long released, long used, KeyEvent event) {
543 if ((state & used) != 0) {
577 * The meta key has been pressed but has not yet been used.
584 * not yet been used.
590 * The meta key has been pressed and used but has not yet been released.
592 private static final int USED =