Searched defs:onUpdateSelection (Results 1 - 5 of 5) sorted by relevance

/packages/services/Car/car-support-lib/src/android/support/car/input/
H A DCarEditableListener.java32 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd); method in interface:CarEditableListener
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnEN.java361 /** @see jp.co.omronsoft.openwnn.OpenWnn#onUpdateSelection */
362 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, method in class:OpenWnnEN
H A DOpenWnnJAJP.java607 /** @see jp.co.omronsoft.openwnn.OpenWnn#onUpdateSelection */
608 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd, int candidatesStart, int candidatesEnd) { method in class:OpenWnnJAJP
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java353 public boolean onUpdateSelection(final int oldSelStart, final int oldSelEnd, method in class:InputLogic
374 // onUpdateSelection. In this case, we may have set a composition, and when we're here
977 // Set punctuation right away. onUpdateSelection will fire but tests whether it is
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1039 public void onUpdateSelection(final int oldSelStart, final int oldSelEnd, method in class:LatinIME
1042 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd,
1045 Log.i(TAG, "onUpdateSelection: oss=" + oldSelStart + ", ose=" + oldSelEnd
1056 && mInputLogic.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd,

Completed in 1022 milliseconds