Searched refs:charsFromHead (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/text/src/android/text/method/cts/ |
D | BaseKeyListenerTest.java | 412 int charsFromHead = 14; // Cursor location is 14 chars from the head.(before "This"). in testForwardDelete_withCtrl() local 413 prepTextViewSync(content, mockBaseKeyListener, false, charsFromHead, charsFromHead); in testForwardDelete_withCtrl() 417 verifyCursorPosition(content, charsFromHead); in testForwardDelete_withCtrl() 421 verifyCursorPosition(content, charsFromHead); in testForwardDelete_withCtrl() 425 verifyCursorPosition(content, charsFromHead); in testForwardDelete_withCtrl() 429 verifyCursorPosition(content, charsFromHead); in testForwardDelete_withCtrl() 433 verifyCursorPosition(content, charsFromHead); in testForwardDelete_withCtrl() 438 charsFromHead = 16; // Cursor location is 16 chars from the head. (inside "This") in testForwardDelete_withCtrl() 439 prepTextViewSync(content, mockBaseKeyListener, false, charsFromHead, charsFromHead); in testForwardDelete_withCtrl() 443 verifyCursorPosition(content, charsFromHead); in testForwardDelete_withCtrl() [all …]
|