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