Searched refs:getSelectionStart (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DBaseKeyListener.java101 int selectionStart = Selection.getSelectionStart(content);
119 final int line = layout.getLineForOffset(Selection.getSelectionStart(content));
183 int selectionStart = Selection.getSelectionStart(content);
H A DNumberKeyListener.java101 int a = Selection.getSelectionStart(content);
H A DMultiTapKeyListener.java95 int a = Selection.getSelectionStart(content);
270 int st = Selection.getSelectionStart(buf);
H A DLinkMovementMethod.java112 int a = Selection.getSelectionStart(buffer);
H A DQwertyKeyListener.java94 int a = Selection.getSelectionStart(content);
/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);
H A DSpannableStringBuilder.java473 selectionStart = Selection.getSelectionStart(this);
/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/view/inputmethod/
H A DBaseInputConnection.java216 int a = Selection.getSelectionStart(content);
290 int a = Selection.getSelectionStart(content);
317 int a = Selection.getSelectionStart(content);
348 int a = Selection.getSelectionStart(content);
373 int a = Selection.getSelectionStart(content);
620 a = Selection.getSelectionStart(content);
/frameworks/base/core/java/android/widget/
H A DEditor.java233 mTextView.getSelectionStart() != mTextView.getSelectionEnd()) {
728 int selectionStart = mTextView.getSelectionStart();
842 final int start = mTextView.getSelectionStart();
877 int selStart = mTextView.getSelectionStart();
946 final int selStart = mTextView.getSelectionStart();
1183 outText.selectionStart = mTextView.getSelectionStart();
1234 final int selectionStart = mTextView.getSelectionStart();
1253 final int selectionStart = mTextView.getSelectionStart();
1488 final int offset = mTextView.getSelectionStart();
1582 mTextView.getSelectionStart(), mTextVie
[all...]
H A DTextView.java3483 start = getSelectionStart();
3871 int start = getSelectionStart();
4680 curs = getSelectionStart();
4963 final int selStart = getSelectionStart();
5190 int selStart = getSelectionStart();
5745 outAttrs.initialSelStart = getSelectionStart();
6893 int start = getSelectionStart();
7010 * Convenience for {@link Selection#getSelectionStart}.
7013 public int getSelectionStart() { method in class:TextView
7014 return Selection.getSelectionStart(getTex
[all...]
H A DSpellChecker.java272 final int selectionStart = Selection.getSelectionStart(editable);
/frameworks/base/core/java/android/transition/
H A DChangeText.java134 textview.getSelectionStart());
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewWordLimitsTest.java100 assertEquals(correctStart, mTv.getSelectionStart());
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2295 int selStart = getSelectionStart();
2356 int start = getSelectionStart();

Completed in 209 milliseconds