Home
last modified time | relevance | path

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

/frameworks/opt/chips/tests/src/com/android/ex/chips/
DChipsTest.java192 int secondEnd = secondStart + second.trim().length(); in testSanitizeBetween() local
229 int secondEnd = secondStart + second.trim().length(); in testSanitizeEnd() local
308 int secondEnd = secondStart + second.trim().length(); in testMoreChip() local
376 int secondEnd = secondStart + second.trim().length(); in testMoreChipLotsOfUsers() local
448 int secondEnd = secondStart + second.trim().length(); in testMoreChipSpecialChars() local
489 int secondEnd = secondStart + second.trim().length(); in testMoreChipDupes() local
535 int secondEnd = secondStart + second.length(); in testRemoveChip() local
604 assertEquals(mEditable.getSpanEnd(mMockRecips[mMockRecips.length - 2]), secondEnd); in testRemoveChip() local
625 int secondEnd = secondStart + second.trim().length(); in testReplaceChip() local
710 assertEquals(mEditable.getSpanEnd(mMockRecips[mMockRecips.length - 2]), secondEnd); in testReplaceChip() local
[all …]