Searched refs:oldSelStart (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSession.java48 * @param oldSelStart The previous text offset of the cursor selection
61 public void updateSelection(int oldSelStart, int oldSelEnd, argument
H A DInputMethodManager.java1607 final int oldSelStart = mCursorSelStart;
1616 mCurMethod.updateSelection(oldSelStart, oldSelEnd,
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodSession.aidl36 void updateSelection(int oldSelStart, int oldSelEnd,
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java170 public void updateSelection(int oldSelStart, int oldSelEnd, argument
173 oldSelStart, oldSelEnd, newSelStart, newSelEnd,
H A DInputMethodService.java544 public void updateSelection(int oldSelStart, int oldSelEnd, argument
550 InputMethodService.this.onUpdateSelection(oldSelStart, oldSelEnd,
1902 public void onUpdateSelection(int oldSelStart, int oldSelEnd, argument
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java227 int oldSelStart = Selection.getSelectionStart(getText());
238 mManager.showSoftKey(oldSelStart, oldSelEnd);
1796 public void showSoftKey(int oldSelStart, int oldSelEnd) { argument
1809 Selection.setSelection(getText(), oldSelStart, oldSelEnd);

Completed in 116 milliseconds