Home | History | Annotate | Download | only in widget

Lines Matching refs:SELECTION_START

347                 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a')));
418 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a')));
444 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('f')));
452 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('\u0623'),
457 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('\u0621'),
462 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a')));
478 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('e')));
482 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a')));
505 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('\u062E')));
510 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('\u062A')));
532 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('l')));
549 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('r') + 1));
567 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('f')));
571 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('d') + 1));
576 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('c')));
580 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('d')));
584 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('b')));
620 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('c')));
624 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('g')));
628 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('m')));
782 .perform(dragHandle(textView, Handle.SELECTION_START, index));