Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DTextBoundsInfoTest.java142 assertCharacterFlags(CHARACTER_FLAGS1, textBoundsInfo1); in testBuilder()
155 assertCharacterFlags(CHARACTER_FLAGS1, textBoundsInfo2); in testBuilder()
183 assertCharacterFlags(CHARACTER_FLAGS2, textBoundsInfo3); in testBuilder()
212 assertCharacterFlags(CHARACTER_FLAGS1, textBoundsInfo1); in testTextBoundsInfo_writeToParcel()
231 assertCharacterFlags(CHARACTER_FLAGS1, textBoundsInfo1); in testTextBoundsInfo_writeToParcel()
560 private static void assertCharacterFlags(int[] characterFlags, in assertCharacterFlags() method in TextBoundsInfoTest
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTextBoundsInfoTest.java255 assertCharacterFlags(DEFAULT_CHARACTER_FLAGS, textBoundsInfo); in testRequestTextBoundsInfo_firstLine()
279 assertCharacterFlags(DEFAULT_CHARACTER_FLAGS, textBoundsInfo); in testRequestTextBoundsInfo_lastLine()
303 assertCharacterFlags(DEFAULT_CHARACTER_FLAGS, textBoundsInfo); in testRequestTextBoundsInfo_multiLines()
330 assertCharacterFlags(DEFAULT_CHARACTER_FLAGS, textBoundsInfo); in testRequestTextBoundsInfo_withTranslation()
349 private static void assertCharacterFlags(int[] expectFlags, TextBoundsInfo textBoundsInfo) { in assertCharacterFlags() method in TextViewTextBoundsInfoTest