Searched refs:expectedStart (Results 1 – 3 of 3) sorted by relevance
342 final int expectedStart; in testTextAppearanceInSuggestionsPopup()345 expectedStart = text.indexOf('d'); in testTextAppearanceInSuggestionsPopup()348 expectedStart = 0; in testTextAppearanceInSuggestionsPopup()351 assertEquals(expectedStart, spanned.getSpanStart(taSpan[0])); in testTextAppearanceInSuggestionsPopup()
88 final int expectedStart, final int expectedEnd, final int expectedFlags) { in assertSpan() argument97 assertEquals(expectedStart, actualStart); in assertSpan()
54 final int expectedStart, final int expectedEnd, in assertLocaleSpan() argument58 assertEquals(expectedStart, spanned.getSpanStart(span)); in assertLocaleSpan()