Searched defs:thirdEnd (Results 1 – 1 of 1) sorted by relevance
255 int thirdEnd = thirdStart + third.trim().length(); in testMoreChipPlainText() local259 assertEquals(mEditable.getSpanEnd(moreChip), thirdEnd + 1); in testMoreChipPlainText() local311 int thirdEnd = thirdStart + third.trim().length(); in testMoreChip() local323 assertEquals(mEditable.getSpanEnd(moreChip), thirdEnd + 1); in testMoreChip() local331 assertEquals(mEditable.getSpanEnd(mMockRecips[mMockRecips.length - 1]), thirdEnd); in testMoreChip() local343 assertEquals(mEditable.getSpanEnd(moreChip), thirdEnd + 1); in testMoreChip() local351 assertEquals(mEditable.getSpanEnd(mMockRecips[mMockRecips.length - 1]), thirdEnd); in testMoreChip() local379 int thirdEnd = thirdStart + third.trim().length(); in testMoreChipLotsOfUsers() local451 int thirdEnd = thirdStart + third.trim().length(); in testMoreChipSpecialChars() local463 assertEquals(mEditable.getSpanEnd(moreChip), thirdEnd + 1); in testMoreChipSpecialChars() local[all …]