Searched refs:verifyCursorPosition (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/text/src/android/text/method/cts/ |
D | BaseKeyListenerTest.java | 197 private void verifyCursorPosition(Editable content, int offset) { in verifyCursorPosition() method in BaseKeyListenerTest 212 verifyCursorPosition(content, 0); in testBackspace_withCtrl() 222 verifyCursorPosition(content, 0); in testBackspace_withCtrl() 227 verifyCursorPosition(content, content.toString().length()); in testBackspace_withCtrl() 231 verifyCursorPosition(content, content.toString().length()); in testBackspace_withCtrl() 235 verifyCursorPosition(content, content.toString().length()); in testBackspace_withCtrl() 239 verifyCursorPosition(content, content.toString().length()); in testBackspace_withCtrl() 243 verifyCursorPosition(content, 0); in testBackspace_withCtrl() 247 verifyCursorPosition(content, 0); in testBackspace_withCtrl() 258 verifyCursorPosition(content, content.toString().length() - charsFromTail); in testBackspace_withCtrl() [all …]
|