HomeSort by relevance Sort by last modified time
    Searched refs:newSelEnd (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSession.java 54 * @param newSelEnd The new text offset of the cursor selection
62 int newSelStart, int newSelEnd,
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodSession.aidl 37 int newSelStart, int newSelEnd,
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodSessionWrapper.java 159 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) {
161 oldSelStart, oldSelEnd, newSelStart, newSelEnd,
InputMethodService.java 441 int newSelStart, int newSelEnd,
447 newSelStart, newSelEnd, candidatesStart, candidatesEnd);
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 254 int newSelStart, int newSelEnd,
256 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd,
262 || newSelEnd != candidatesEnd)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 589 int newSelStart, int newSelEnd,
591 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd,
598 + ", nse=" + newSelEnd
604 mVoiceInput.setCursorPos(newSelEnd);
605 mVoiceInput.setSelectionSpan(newSelEnd - newSelStart);
613 || newSelEnd != candidatesEnd))) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 539 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) {
541 mComposingStartCursor = (candidatesStart < 0) ? newSelEnd : candidatesStart;
544 if (newSelStart != newSelEnd) {
568 if ((((newSelEnd < oldSelEnd) || (commitEnd < newSelEnd)) && clearCommitInfo())
    [all...]
OpenWnnEN.java 348 int newSelStart, int newSelEnd, int candidatesStart,
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 316 milliseconds