Searched refs:assertCharacterBounds (Results 1 – 2 of 2) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | TextBoundsInfoTest.java | 140 assertCharacterBounds(CHARACTER_BOUNDS1, textBoundsInfo1); in testBuilder() 153 assertCharacterBounds(CHARACTER_BOUNDS1, textBoundsInfo2); in testBuilder() 181 assertCharacterBounds(CHARACTER_BOUNDS2, textBoundsInfo3); in testBuilder() 211 assertCharacterBounds(CHARACTER_BOUNDS1, textBoundsInfo1); in testTextBoundsInfo_writeToParcel() 230 assertCharacterBounds(CHARACTER_BOUNDS1, textBoundsInfo2); in testTextBoundsInfo_writeToParcel() 543 private static void assertCharacterBounds(float[] characterBounds, in assertCharacterBounds() method in TextBoundsInfoTest
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTextBoundsInfoTest.java | 254 assertCharacterBounds(DEFAULT_CHARACTER_BOUNDS, textBoundsInfo); in testRequestTextBoundsInfo_firstLine() 278 assertCharacterBounds(DEFAULT_CHARACTER_BOUNDS, textBoundsInfo); in testRequestTextBoundsInfo_lastLine() 302 assertCharacterBounds(DEFAULT_CHARACTER_BOUNDS, textBoundsInfo); in testRequestTextBoundsInfo_multiLines() 329 assertCharacterBounds(DEFAULT_CHARACTER_BOUNDS, textBoundsInfo); in testRequestTextBoundsInfo_withTranslation() 334 private static void assertCharacterBounds(RectF[] expectBounds, TextBoundsInfo textBoundsInfo) { in assertCharacterBounds() method in TextViewTextBoundsInfoTest
|