Searched refs:textSelectionLayout (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/text/ |
D | LayoutTest.java | 306 (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/ |
D | SmartSelectSprite.java | 77 RectangleWithTextSelectionLayout(RectF rectangle, int textSelectionLayout) { in RectangleWithTextSelectionLayout() argument 79 mTextSelectionLayout = textSelectionLayout; in RectangleWithTextSelectionLayout()
|
D | SelectionActionModeHelper.java | 336 (left, top, right, bottom, textSelectionLayout) -> mergeRectangleIntoList( in convertSelectionToRectangles() 341 textSelectionLayout) in convertSelectionToRectangles()
|
/frameworks/base/core/java/android/text/ |
D | Layout.java | 1983 getSelection(start, end, (left, top, right, bottom, textSelectionLayout) -> in getSelectionPath() 2632 @TextSelectionLayout int textSelectionLayout);
|