Home
last modified time | relevance | path

Searched defs:afterLength (Results 1 – 10 of 10) sorted by relevance

/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DHandlerInputConnection.java62 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()
DNoOpInputConnection.java63 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText()
69 int afterLength) { in deleteSurroundingTextInCodePoints()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DInputConnectionSplitter.java65 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()
DNoOpInputConnection.java62 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/
DInputConnectionEndToEndTest.java1206 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingText()
1250 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingTextFailWithNegativeAfterLength()
1288 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingTextFailWithNegativeBeforeLength()
1331 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingTextFailWithTimeout()
1365 final int afterLength = 4; in testGetSurroundingTextFailFastAfterUnbindInput() local
1377 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingTextFailFastAfterUnbindInput()
1443 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingTextForA11y()
1488 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingTextFailWithNegativeAfterLengthForA11y()
1527 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingTextFailWithNegativeBeforeLengthForA11y()
1571 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testGetSurroundingTextFailWithTimeoutForA11y()
DInputConnectionDefaultMethodTest.java235 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText()
240 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints()
DInputConnectionHandlerTest.java738 public SurroundingText getSurroundingText(int beforeLength, int afterLength, in testExceptionFromGetSurroundingText()
/cts/tests/inputmethod/legacyimeclienttestlib/src/com/android/cts/inputmethod/
DLegacyImeClientTestUtils.java76 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText()
/cts/tests/inputmethod/mocka11yime/client/src/com/android/cts/mocka11yime/
DMockA11yImeSession.java486 public MockA11yImeCommand callDeleteSurroundingText(int beforeLength, int afterLength) { in callDeleteSurroundingText()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java798 public ImeCommand callDeleteSurroundingText(int beforeLength, int afterLength) { in callDeleteSurroundingText()
826 public ImeCommand callDeleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in callDeleteSurroundingTextInCodePoints()