Home
last modified time | relevance | path

Searched defs:newSelStart (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car-support-lib/src/android/support/car/input/
DCarEditableListener.java31 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd); in onUpdateSelection()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java232 public boolean resetCachesUponCursorMoveAndReturnSuccess(final int newSelStart, in resetCachesUponCursorMoveAndReturnSuccess()
872 public boolean isBelatedExpectedUpdate(final int oldSelStart, final int newSelStart, in isBelatedExpectedUpdate()
DLatinIME.java1040 final int newSelStart, final int newSelEnd, in onUpdateSelection()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnEN.java363 int newSelStart, int newSelEnd, int candidatesStart, in onUpdateSelection()
DOpenWnnJAJP.java608 …@Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSe… in onUpdateSelection()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java354 final int newSelStart, final int newSelEnd, final SettingsValues settingsValues) { in onUpdateSelection()
1881 private void resetEntireInputState(final int newSelStart, final int newSelEnd, in resetEntireInputState()