Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DTextBoundsInfoTest.java140 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/
DTextViewTextBoundsInfoTest.java254 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