Searched defs:getSelectionStart (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/text/
H A DSelection.java37 public static final int getSelectionStart(CharSequence text) { method in class:Selection
72 int ostart = getSelectionStart(text);
122 int start = getSelectionStart(text);
163 int start = getSelectionStart(text);
205 int start = getSelectionStart(text);
230 int start = getSelectionStart(text);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java227 int oldSelStart = Selection.getSelectionStart(getText());
235 mManager.showSoftKey(Selection.getSelectionStart(getText()),
280 boolean selection = getSelectionStart() != getSelectionEnd();
1052 uri, mEST.getMaxImageWidthPx()), mEST.getSelectionStart());
1057 resId, mEST.getMaxImageWidthDip()), mEST.getSelectionStart());
1064 int curpos = mEST.getSelectionStart();
1299 public int getSelectionStart() { method in class:EditStyledText.EditorManager
1474 int min = Math.min(getSelectionStart(), getSelectionEnd());
1475 int max = Math.max(getSelectionStart(), getSelectionEnd());
1490 int min = Math.min(getSelectionStart(), getSelectionEn
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java3205 start = getSelectionStart();
3603 int start = getSelectionStart();
4406 curs = getSelectionStart();
4699 final int selStart = getSelectionStart();
4910 int selStart = getSelectionStart();
5445 outAttrs.initialSelStart = getSelectionStart();
6579 int start = getSelectionStart();
6696 * Convenience for {@link Selection#getSelectionStart}.
6699 public int getSelectionStart() { method in class:TextView
6700 return Selection.getSelectionStart(getTex
[all...]

Completed in 616 milliseconds