/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | BlueUnderlineTests.java | 73 mLatinIME.onUpdateSelection(0, 0, typedLength + 1, typedLength + 1, -1, -1); in testBlueUnderlineOnBackspace() 99 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1); in testBlueUnderlineDisappearsWhenCursorMoved() 105 mLatinIME.onUpdateSelection(typedLength, typedLength, in testBlueUnderlineDisappearsWhenCursorMoved() 119 mLatinIME.onUpdateSelection(0, 0, STRING_TO_TYPE.length(), STRING_TO_TYPE.length(), -1, -1); in testComposingStopsOnSpace()
|
D | InputLogicTestsLanguageWithoutSpaces.java | 75 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1); in testStartComposingInsideText() 77 mLatinIME.onUpdateSelection(typedLength, typedLength, in testStartComposingInsideText() 98 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, 0, typedLength); in testMovingCursorInsideWordAndType() 102 mLatinIME.onUpdateSelection(typedLength, typedLength, in testMovingCursorInsideWordAndType()
|
D | InputLogicTests.java | 119 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1); in testDeleteSelection() 122 mLatinIME.onUpdateSelection(typedLength, typedLength, in testDeleteSelection() 140 mLatinIME.onUpdateSelection(0, 0, typedLength, typedLength, -1, -1); in testDeleteSelectionTwice() 143 mLatinIME.onUpdateSelection(typedLength, typedLength, in testDeleteSelectionTwice()
|
D | InputTestsBase.java | 436 mLatinIME.onUpdateSelection(mLastCursorPos, mLastCursorPos, position, position, -1, -1); in sendUpdateForCursorMoveTo()
|
/packages/services/Car/car-support-lib/src/android/support/car/input/ |
D | CarEditableListener.java | 31 void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSelEnd); in onUpdateSelection() method
|
D | CarRestrictedEditText.java | 86 mCarEditableListener.onUpdateSelection(mLastSelStart, mLastSelEnd, selStart, selEnd); in onSelectionChanged()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | LatinIME.java | 1039 public void onUpdateSelection(final int oldSelStart, final int oldSelEnd, in onUpdateSelection() method in LatinIME 1042 super.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, in onUpdateSelection() 1056 && mInputLogic.onUpdateSelection(oldSelStart, oldSelEnd, newSelStart, newSelEnd, in onUpdateSelection()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | OpenWnnEN.java | 362 @Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, in onUpdateSelection() method in OpenWnnEN
|
D | OpenWnnJAJP.java | 608 …@Override public void onUpdateSelection(int oldSelStart, int oldSelEnd, int newSelStart, int newSe… in onUpdateSelection() method in OpenWnnJAJP
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/ |
D | InputLogic.java | 353 public boolean onUpdateSelection(final int oldSelStart, final int oldSelEnd, in onUpdateSelection() method in InputLogic
|
/packages/services/Car/car-support-lib/api/ |
D | current.txt | 607 method public abstract void onUpdateSelection(int, int, int, int);
|