Home | History | Annotate | Download | only in method

Lines Matching refs:SELECTING

29  * meta keys such as SHIFT, ALT and SYM as well as the pseudo-meta state of selecting text.
136 private static final Object SELECTING = new NoCopySpan.Concrete();
148 text.removeSpan(SELECTING);
163 getActive(text, SELECTING, META_SELECTING, META_SELECTING);
211 return getActive(text, SELECTING, PRESSED_RETURN_VALUE, LOCKED_RETURN_VALUE);
284 what == SELECTING;
289 * keep track of the selecting meta state in the specified text.
292 return what == SELECTING;
312 resetLock(content, SELECTING);
361 * Start selecting text.
365 content.setSpan(SELECTING, 0, 0, PRESSED);
369 * Stop selecting text. This does not actually collapse the selection;
374 content.removeSpan(SELECTING);
425 if ((states&META_SELECTING) != 0) content.removeSpan(SELECTING);