Searched refs:textBoundsInfo3 (Results 1 – 1 of 1) sorted by relevance
166 TextBoundsInfo textBoundsInfo3 = builder.clear() in testBuilder() local177 assertEquals(start2, textBoundsInfo3.getStartIndex()); in testBuilder()178 assertEquals(end2, textBoundsInfo3.getEndIndex()); in testBuilder()179 textBoundsInfo3.getMatrix(actualMatrix); in testBuilder()181 assertCharacterBounds(CHARACTER_BOUNDS2, textBoundsInfo3); in testBuilder()182 assertCharacterBidiLevel(CHARACTER_BIDI_LEVEL2, textBoundsInfo3); in testBuilder()183 assertCharacterFlags(CHARACTER_FLAGS2, textBoundsInfo3); in testBuilder()184 assertEquals(GRAPHEME_SEGMENT_FINDER2, textBoundsInfo3.getGraphemeSegmentFinder()); in testBuilder()185 assertEquals(WORD_SEGMENT_FINDER2, textBoundsInfo3.getWordSegmentFinder()); in testBuilder()186 assertEquals(LINE_SEGMENT_FINDER2, textBoundsInfo3.getLineSegmentFinder()); in testBuilder()