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

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSession.java 52 * @param newSelStart 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,
261 if (mComposing.length() > 0 && (newSelStart != candidatesEnd
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 589 int newSelStart, int newSelEnd,
591 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd,
597 + ", nss=" + newSelStart
605 mVoiceInput.setSelectionSpan(newSelEnd - newSelStart);
612 && (newSelStart != candidatesEnd
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 348 int newSelStart, int newSelEnd, int candidatesStart,
    [all...]
OpenWnnJAJP.java 539 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) {
544 if (newSelStart != newSelEnd) {
    [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 219 milliseconds