Home
last modified time | relevance | path

Searched refs:RectangleWithTextSelectionLayout (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java71 static final class RectangleWithTextSelectionLayout { class in SmartSelectSprite
76 RectangleWithTextSelectionLayout(RectF rectangle, int textSelectionLayout) { in RectangleWithTextSelectionLayout() method in SmartSelectSprite.RectangleWithTextSelectionLayout
365 final List<RectangleWithTextSelectionLayout> destinationRectangles, in startAnimation()
377 RectangleWithTextSelectionLayout centerRectangle = null; in startAnimation()
380 for (RectangleWithTextSelectionLayout rectangleWithTextSelectionLayout : in startAnimation()
400 final RectangleWithTextSelectionLayout rectangleWithTextSelectionLayout = in startAnimation()
512 final RectangleWithTextSelectionLayout centerRectangle, in generateDirections()
513 final List<RectangleWithTextSelectionLayout> rectangles) { in generateDirections()
DSelectionActionModeHelper.java346 final List<SmartSelectSprite.RectangleWithTextSelectionLayout> selectionRectangles = in startSelectionActionModeWithSmartSelectAnimation()
355 SmartSelectSprite.RectangleWithTextSelectionLayout::getRectangle); in startSelectionActionModeWithSmartSelectAnimation()
363 private List<SmartSelectSprite.RectangleWithTextSelectionLayout> convertSelectionToRectangles( in convertSelectionToRectangles()
365 final List<SmartSelectSprite.RectangleWithTextSelectionLayout> result = new ArrayList<>(); in convertSelectionToRectangles()
371 SmartSelectSprite.RectangleWithTextSelectionLayout::getRectangle, in convertSelectionToRectangles()
372 r -> new SmartSelectSprite.RectangleWithTextSelectionLayout(r, in convertSelectionToRectangles()
379 SmartSelectSprite.RectangleWithTextSelectionLayout::getRectangle, in convertSelectionToRectangles()