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 164 int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) {
166 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 753 int newSelStart, int newSelEnd,
755 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd,
761 + ", nss=" + newSelStart
769 mVoiceInput.setSelectionSpan(newSelEnd - newSelStart);
775 && (newSelStart != candidatesEnd
777 && mLastSelectionStart != newSelStart)) {
801 mLastSelectionStart = newSelStart;
    [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 226 milliseconds