Home
last modified time | relevance | path

Searched defs:textBoundsInfo (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTextBoundsInfoTest.java176 final TextBoundsInfo textBoundsInfo = textBoundsInfoResult.getTextBoundsInfo(); in testRequestTextBoundsInfo_topOfLayout() local
192 final TextBoundsInfo textBoundsInfo = textBoundsInfoResult.getTextBoundsInfo(); in testRequestTextBoundsInfo_leftOfLayout() local
208 final TextBoundsInfo textBoundsInfo = textBoundsInfoResult.getTextBoundsInfo(); in testRequestTextBoundsInfo_rightOfLayout() local
224 final TextBoundsInfo textBoundsInfo = textBoundsInfoResult.getTextBoundsInfo(); in testRequestTextBoundsInfo_bottomOfLayout() local
240 final TextBoundsInfo textBoundsInfo = textBoundsInfoResult.getTextBoundsInfo(); in testRequestTextBoundsInfo_firstLine() local
265 final TextBoundsInfo textBoundsInfo = textBoundsInfoResult.getTextBoundsInfo(); in testRequestTextBoundsInfo_lastLine() local
289 final TextBoundsInfo textBoundsInfo = textBoundsInfoResult.getTextBoundsInfo(); in testRequestTextBoundsInfo_multiLines() local
313 final TextBoundsInfo textBoundsInfo = textBoundsInfoResult.getTextBoundsInfo(); in testRequestTextBoundsInfo_withTranslation() local
334 private static void assertCharacterBounds(RectF[] expectBounds, TextBoundsInfo textBoundsInfo) { in assertCharacterBounds()
349 private static void assertCharacterFlags(int[] expectFlags, TextBoundsInfo textBoundsInfo) { in assertCharacterFlags()
[all …]
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DTextBoundsInfoMethodTest.java264 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_LTR; in testGetOffsetForPosition_LTR() local
287 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_RTL; in testGetOffsetForPosition_RTL() local
310 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_BIDI; in testGetOffsetForPosition_BiDi() local
341 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_LTR; in testGetRangeForRect_grapheme_containsCenter_LTR() local
381 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_LTR; in testGetRangeForRect_grapheme_anyOverlap_LTR() local
412 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_LTR; in testGetRangeForRect_grapheme_containsAll_LTR() local
445 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_RTL; in testGetRangeForRect_grapheme_containsCenter_RTL() local
485 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_RTL; in testGetRangeForRect_grapheme_anyOverlap_RTL() local
514 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_RTL; in testGetRangeForRect_grapheme_containsAll_RTL() local
547 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_BIDI; in testGetRangeForRect_grapheme_containsCenter_BiDi() local
[all …]
DTextBoundsInfoTest.java513 final TextBoundsInfo textBoundsInfo = new TextBoundsInfo.Builder(5, 10) in testTextBoundsInfoResult_constructor() local
526 assertEquals(result.getTextBoundsInfo(), textBoundsInfo); in testTextBoundsInfoResult_constructor() local
544 TextBoundsInfo textBoundsInfo) { in assertCharacterBounds()
561 TextBoundsInfo textBoundsInfo) { in assertCharacterFlags()
571 TextBoundsInfo textBoundsInfo) { in assertCharacterBidiLevel()