Home
last modified time | relevance | path

Searched refs:textBoundsInfo2 (Results 1 – 1 of 1) sorted by relevance

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DTextBoundsInfoTest.java148 TextBoundsInfo textBoundsInfo2 = builder.build(); in testBuilder() local
149 assertEquals(start1, textBoundsInfo2.getStartIndex()); in testBuilder()
150 assertEquals(end1, textBoundsInfo2.getEndIndex()); in testBuilder()
151 textBoundsInfo2.getMatrix(actualMatrix); in testBuilder()
153 assertCharacterBounds(CHARACTER_BOUNDS1, textBoundsInfo2); in testBuilder()
154 assertCharacterBidiLevel(CHARACTER_BIDI_LEVEL1, textBoundsInfo2); in testBuilder()
155 assertCharacterFlags(CHARACTER_FLAGS1, textBoundsInfo2); in testBuilder()
156 assertEquals(GRAPHEME_SEGMENT_FINDER1, textBoundsInfo2.getGraphemeSegmentFinder()); in testBuilder()
157 assertEquals(WORD_SEGMENT_FINDER1, textBoundsInfo2.getWordSegmentFinder()); in testBuilder()
158 assertEquals(LINE_SEGMENT_FINDER1, textBoundsInfo2.getLineSegmentFinder()); in testBuilder()
[all …]