Searched defs:textBoundsInfo (Results 1 – 3 of 3) sorted by relevance
176 final TextBoundsInfo textBoundsInfo = textBoundsInfoResult.getTextBoundsInfo(); in testRequestTextBoundsInfo_topOfLayout() local192 final TextBoundsInfo textBoundsInfo = textBoundsInfoResult.getTextBoundsInfo(); in testRequestTextBoundsInfo_leftOfLayout() local208 final TextBoundsInfo textBoundsInfo = textBoundsInfoResult.getTextBoundsInfo(); in testRequestTextBoundsInfo_rightOfLayout() local224 final TextBoundsInfo textBoundsInfo = textBoundsInfoResult.getTextBoundsInfo(); in testRequestTextBoundsInfo_bottomOfLayout() local240 final TextBoundsInfo textBoundsInfo = textBoundsInfoResult.getTextBoundsInfo(); in testRequestTextBoundsInfo_firstLine() local265 final TextBoundsInfo textBoundsInfo = textBoundsInfoResult.getTextBoundsInfo(); in testRequestTextBoundsInfo_lastLine() local289 final TextBoundsInfo textBoundsInfo = textBoundsInfoResult.getTextBoundsInfo(); in testRequestTextBoundsInfo_multiLines() local313 final TextBoundsInfo textBoundsInfo = textBoundsInfoResult.getTextBoundsInfo(); in testRequestTextBoundsInfo_withTranslation() local334 private static void assertCharacterBounds(RectF[] expectBounds, TextBoundsInfo textBoundsInfo) { in assertCharacterBounds()349 private static void assertCharacterFlags(int[] expectFlags, TextBoundsInfo textBoundsInfo) { in assertCharacterFlags()[all …]
264 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_LTR; in testGetOffsetForPosition_LTR() local287 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_RTL; in testGetOffsetForPosition_RTL() local310 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_BIDI; in testGetOffsetForPosition_BiDi() local341 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_LTR; in testGetRangeForRect_grapheme_containsCenter_LTR() local381 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_LTR; in testGetRangeForRect_grapheme_anyOverlap_LTR() local412 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_LTR; in testGetRangeForRect_grapheme_containsAll_LTR() local445 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_RTL; in testGetRangeForRect_grapheme_containsCenter_RTL() local485 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_RTL; in testGetRangeForRect_grapheme_anyOverlap_RTL() local514 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_RTL; in testGetRangeForRect_grapheme_containsAll_RTL() local547 final TextBoundsInfo textBoundsInfo = TEXT_BOUNDS_INFO_BIDI; in testGetRangeForRect_grapheme_containsCenter_BiDi() local[all …]
513 final TextBoundsInfo textBoundsInfo = new TextBoundsInfo.Builder(5, 10) in testTextBoundsInfoResult_constructor() local526 assertEquals(result.getTextBoundsInfo(), textBoundsInfo); in testTextBoundsInfoResult_constructor() local544 TextBoundsInfo textBoundsInfo) { in assertCharacterBounds()561 TextBoundsInfo textBoundsInfo) { in assertCharacterFlags()571 TextBoundsInfo textBoundsInfo) { in assertCharacterBidiLevel()