Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/text/
DLayoutTest.java326 (left, top, right, bottom, textSelectionLayout) -> fail( in testGetSelectionWithEmptySelection()
341 (left, top, right, bottom, textSelectionLayout) -> rectangles.add( in testGetSelectionWithASingleLineSelection()
372 (left, top, right, bottom, textSelectionLayout) -> rectangles.add( in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()
418 (left, top, right, bottom, textSelectionLayout) -> rectangles.add(
461 (left, top, right, bottom, textSelectionLayout) -> rectangles.add( in testGetSelectionPathWithASingleLineSelection()
492 (left, top, right, bottom, textSelectionLayout) -> in testGetSelection_latinTextDirection()
494 textSelectionLayout)); in testGetSelection_latinTextDirection()
503 (left, top, right, bottom, textSelectionLayout) -> in testGetSelection_arabicTextDirection()
505 textSelectionLayout)); in testGetSelection_arabicTextDirection()
516 (left, top, right, bottom, textSelectionLayout) -> layouts.add( in testGetSelection_mixedLatinAndArabicTextDirection()
[all …]
/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java74 RectangleWithTextSelectionLayout(RectF rectangle, int textSelectionLayout) { in RectangleWithTextSelectionLayout() argument
76 mTextSelectionLayout = textSelectionLayout; in RectangleWithTextSelectionLayout()
DSelectionActionModeHelper.java375 (left, top, right, bottom, textSelectionLayout) -> mergeRectangleIntoList( in convertSelectionToRectangles()
380 textSelectionLayout) in convertSelectionToRectangles()
/frameworks/base/core/java/android/text/
DLayout.java3060 getSelection(start, end, (left, top, right, bottom, textSelectionLayout) -> in getSelectionPath()
3740 @TextSelectionLayout int textSelectionLayout);