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

1 2

  /packages/services/Car/car-support-lib/src/android/support/car/input/
CarEditableListener.java 32 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd);
CarRestrictedEditText.java 87 mCarEditableListener.onUpdateSelection(mLastSelStart, mLastSelEnd, selStart, selEnd);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BlueUnderlineTests.java 73 mLatinIME.onUpdateSelection(0, 0, typedLength + 1, typedLength + 1, -1, -1);
98 // Simulate the onUpdateSelection() event
99 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
105 mLatinIME.onUpdateSelection(typedLength, typedLength,
118 // Simulate the onUpdateSelection() event
119 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1);
InputLogicTestsLanguageWithoutSpaces.java 75 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
77 mLatinIME.onUpdateSelection(typedLength, typedLength,
98 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, 0, typedLength);
102 mLatinIME.onUpdateSelection(typedLength, typedLength,
InputLogicTests.java 119 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
122 mLatinIME.onUpdateSelection(typedLength, typedLength,
140 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1);
143 mLatinIME.onUpdateSelection(typedLength, typedLength,
    [all...]
InputTestsBase.java 429 // DO NOT CALL LatinIME#onUpdateSelection IF YOU WANT TO USE THOSE
432 * Move the cached cursor position to the passed position and send onUpdateSelection to LatinIME
436 mLatinIME.onUpdateSelection(mLastCursorPos, mLastCursorPos, position, position, -1, -1);
442 * Move the cached cursor position by the passed amount and send onUpdateSelection to LatinIME
457 * Move the cached cursor position to the end of the line and send onUpdateSelection to LatinIME
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 274 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd,
277 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /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 541 * Call {@link InputMethodService#onUpdateSelection
542 * InputMethodService.onUpdateSelection()}.
550 InputMethodService.this.onUpdateSelection(oldSelStart, oldSelEnd,
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 353 public boolean onUpdateSelection(final int oldSelStart, final int oldSelEnd,
374 // onUpdateSelection. In this case, we may have set a composition, and when we're here
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 760 milliseconds

1 2