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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTests.java 35 mLatinIME.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1);
49 mLatinIME.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1);
64 mLatinIME.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1);
80 mLatinIME.onUpdateSelection(0, 0, WORD_TO_TYPE.length(), WORD_TO_TYPE.length(), -1, -1);
95 // There is no IMF to call onUpdateSelection for us so we must do it by hand.
99 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
102 mLatinIME.onUpdateSelection(typedLength, typedLength,
115 // There is no IMF to call onUpdateSelection for us so we must do it by hand.
119 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
122 mLatinIME.onUpdateSelection(typedLength, typedLength
    [all...]
BlueUnderlineTests.java 95 // Simulate the onUpdateSelection() event
96 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
102 mLatinIME.onUpdateSelection(typedLength, typedLength,
114 // Simulate the onUpdateSelection() event
115 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1);
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 264 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd,
267 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd,
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 361 /** @see jp.co.omronsoft.openwnn.OpenWnn#onUpdateSelection */
362 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd,
    [all...]
OpenWnnJAJP.java 607 /** @see jp.co.omronsoft.openwnn.OpenWnn#onUpdateSelection */
608 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) {
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 488 * Call {@link InputMethodService#onUpdateSelection
489 * InputMethodService.onUpdateSelection()}.
497 InputMethodService.this.onUpdateSelection(oldSelStart, oldSelEnd,
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 171 // Whether we are expecting an onUpdateSelection event to fire. If it does when we don't
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 315 milliseconds