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.java306 (left, top, right, bottom, textSelectionLayout) -> fail( in testGetSelectionWithEmptySelection()
321 (left, top, right, bottom, textSelectionLayout) -> rectangles.add( in testGetSelectionWithASingleLineSelection()
352 (left, top, right, bottom, textSelectionLayout) -> rectangles.add( in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()
398 (left, top, right, bottom, textSelectionLayout) -> rectangles.add(
441 (left, top, right, bottom, textSelectionLayout) -> rectangles.add( in testGetSelectionPathWithASingleLineSelection()
472 (left, top, right, bottom, textSelectionLayout) -> in testGetSelection_latinTextDirection()
474 textSelectionLayout)); in testGetSelection_latinTextDirection()
483 (left, top, right, bottom, textSelectionLayout) -> in testGetSelection_arabicTextDirection()
485 textSelectionLayout)); in testGetSelection_arabicTextDirection()
496 (left, top, right, bottom, textSelectionLayout) -> layouts.add( in testGetSelection_mixedLatinAndArabicTextDirection()
[all …]
/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java77 RectangleWithTextSelectionLayout(RectF rectangle, int textSelectionLayout) { in RectangleWithTextSelectionLayout() argument
79 mTextSelectionLayout = textSelectionLayout; in RectangleWithTextSelectionLayout()
DSelectionActionModeHelper.java336 (left, top, right, bottom, textSelectionLayout) -> mergeRectangleIntoList( in convertSelectionToRectangles()
341 textSelectionLayout) in convertSelectionToRectangles()
/frameworks/base/core/java/android/text/
DLayout.java1983 getSelection(start, end, (left, top, right, bottom, textSelectionLayout) -> in getSelectionPath()
2632 @TextSelectionLayout int textSelectionLayout);