Searched defs:beforeLength (Results 1 – 10 of 10) sorted by relevance
| /cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
| D | HandlerInputConnection.java | 62 public SurroundingText getSurroundingText(int beforeLength, int afterLength, int flags) { in getSurroundingText() 77 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText() 82 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints()
|
| D | NoOpInputConnection.java | 63 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText() 68 public boolean deleteSurroundingTextInCodePoints(int beforeLength, in deleteSurroundingTextInCodePoints()
|
| /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
| D | InputConnectionSplitter.java | 65 public SurroundingText getSurroundingText(int beforeLength, int afterLength, int flags) { in getSurroundingText() 83 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() 89 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText()
|
| D | NoOpInputConnection.java | 62 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText() 67 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints()
|
| /cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
| D | InputConnectionEndToEndTest.java | 1209 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingText() 1253 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingTextFailWithNegativeAfterLength() 1291 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingTextFailWithNegativeBeforeLength() 1334 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingTextFailWithTimeout() 1367 final int beforeLength = 3; in testGetSurroundingTextFailFastAfterUnbindInput() local 1380 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingTextFailFastAfterUnbindInput() 1446 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingTextForA11y() 1491 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingTextFailWithNegativeAfterLengthForA11y() 1530 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingTextFailWithNegativeBeforeLengthForA11y() 1574 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingTextFailWithTimeoutForA11y()
|
| D | InputConnectionDefaultMethodTest.java | 233 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText() 238 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints()
|
| D | InputConnectionHandlerTest.java | 410 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testExceptionFromGetSurroundingText()
|
| /cts/tests/inputmethod/legacyimeclienttestlib/src/com/android/cts/inputmethod/ |
| D | LegacyImeClientTestUtils.java | 76 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText()
|
| /cts/tests/inputmethod/mocka11yime/client/src/com/android/cts/mocka11yime/ |
| D | MockA11yImeSession.java | 484 public MockA11yImeCommand callDeleteSurroundingText(int beforeLength, int afterLength) { in callDeleteSurroundingText()
|
| /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
| D | MockImeSession.java | 754 public ImeCommand callDeleteSurroundingText(int beforeLength, int afterLength) { in callDeleteSurroundingText() 782 public ImeCommand callDeleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in callDeleteSurroundingTextInCodePoints()
|