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

/frameworks/base/core/java/android/text/
H A DSelection.java35 public static final int getSelectionStart(CharSequence text) { method in class:Selection
70 int ostart = getSelectionStart(text);
120 int start = getSelectionStart(text);
161 int start = getSelectionStart(text);
203 int start = getSelectionStart(text);
228 int start = getSelectionStart(text);
/frameworks/base/core/java/com/android/internal/widget/
H A DEditStyledText.java806 public int getSelectionStart() { method in class:EditStyledText.EditorManager
1048 int currpos = mEST.getSelectionStart();
1057 mCurStart = mEST.getSelectionStart();
1065 if (mEST.getSelectionStart() == mCurStart) {
1068 setSelectedEndPos(mEST.getSelectionStart());
1150 int curpos = mEST.getSelectionStart();
1483 if (widget.getSelectionStart() == mManager.getSelectionStart()) {
1486 end = widget.getSelectionStart();
/frameworks/base/core/java/android/widget/
H A DTextView.java2414 start = getSelectionStart();
2846 int start = getSelectionStart();
3741 curs = getSelectionStart();
4077 selStart = getSelectionStart();
4634 outAttrs.initialSelStart = getSelectionStart();
4719 outText.selectionStart = getSelectionStart();
4898 int curs = getSelectionStart();
5797 int start = getSelectionStart();
5909 * Convenience for {@link Selection#getSelectionStart}.
5912 public int getSelectionStart() { method in class:TextView
[all...]

Completed in 111 milliseconds