Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DTextBoundsInfoTest.java126 TextBoundsInfo textBoundsInfo1 = builder.setMatrix(matrix1) in testBuilder() local
135 assertEquals(start1, textBoundsInfo1.getStartIndex()); in testBuilder()
136 assertEquals(end1, textBoundsInfo1.getEndIndex()); in testBuilder()
138 textBoundsInfo1.getMatrix(actualMatrix); in testBuilder()
140 assertCharacterBounds(CHARACTER_BOUNDS1, textBoundsInfo1); in testBuilder()
141 assertCharacterBidiLevel(CHARACTER_BIDI_LEVEL1, textBoundsInfo1); in testBuilder()
142 assertCharacterFlags(CHARACTER_FLAGS1, textBoundsInfo1); in testBuilder()
143 assertEquals(GRAPHEME_SEGMENT_FINDER1, textBoundsInfo1.getGraphemeSegmentFinder()); in testBuilder()
144 assertEquals(WORD_SEGMENT_FINDER1, textBoundsInfo1.getWordSegmentFinder()); in testBuilder()
145 assertEquals(LINE_SEGMENT_FINDER1, textBoundsInfo1.getLineSegmentFinder()); in testBuilder()
[all …]