Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DTextBoundsInfoTest.java44 private static final float[] CHARACTER_BOUNDS1 = new float[] { field in TextBoundsInfoTest
127 .setCharacterBounds(CHARACTER_BOUNDS1) in testBuilder()
140 assertCharacterBounds(CHARACTER_BOUNDS1, textBoundsInfo1); in testBuilder()
153 assertCharacterBounds(CHARACTER_BOUNDS1, textBoundsInfo2); in testBuilder()
197 .setCharacterBounds(CHARACTER_BOUNDS1) in testTextBoundsInfo_writeToParcel()
211 assertCharacterBounds(CHARACTER_BOUNDS1, textBoundsInfo1); in testTextBoundsInfo_writeToParcel()
230 assertCharacterBounds(CHARACTER_BOUNDS1, textBoundsInfo2); in testTextBoundsInfo_writeToParcel()
247 .setCharacterBounds(CHARACTER_BOUNDS1) in testBuilder_matrix_isRequired()
262 .setCharacterBounds(CHARACTER_BOUNDS1) in testBuilder_startAndEnd_isRequired()
328 .setCharacterBounds(CHARACTER_BOUNDS1) in testBuilder_characterFlags_isRequired()
[all …]