Home
last modified time | relevance | path

Searched defs:deleteSurroundingTextInCodePoints (Results 1 – 5 of 5) sorted by relevance

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DNoOpInputConnection.java68 public boolean deleteSurroundingTextInCodePoints(int beforeLength, in deleteSurroundingTextInCodePoints() method in NoOpInputConnection
DHandlerInputConnection.java82 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in HandlerInputConnection
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DNoOpInputConnection.java67 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in NoOpInputConnection
DInputConnectionSplitter.java83 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in InputConnectionSplitter
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionEndToEndTest.java2298 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in testDeleteSurroundingTextInCodePoints() method in InputConnectionEndToEndTest.Wrapper
2335 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in testDeleteSurroundingTextInCodePointsAfterUnbindInput() method in InputConnectionEndToEndTest.Wrapper