Searched defs:getSelectionStart (Results 1 - 4 of 4) 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);
123 int start = getSelectionStart(text);
169 int start = getSelectionStart(text);
214 int start = getSelectionStart(text);
239 int start = getSelectionStart(text);
/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java421 public int getSelectionStart() { method in class:CursorAnchorInfo
/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.java1480 Selection.setSelection((Spannable) mText, getSelectionStart(), getSelectionEnd());
4006 start = getSelectionStart();
4405 int start = getSelectionStart();
5220 curs = getSelectionStart();
5512 final int selStart = getSelectionStart();
5739 int selStart = getSelectionStart();
6308 outAttrs.initialSelStart = getSelectionStart();
7462 int start = getSelectionStart();
7579 * Convenience for {@link Selection#getSelectionStart}.
7582 public int getSelectionStart() { method in class:TextView
[all...]

Completed in 137 milliseconds