Home
last modified time | relevance | path

Searched refs:rectangles (Results 1 – 25 of 104) sorted by relevance

12345

/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java243 private RectangleList(final List<RoundedRectangleShape> rectangles) { in RectangleList() argument
244 mRectangles = new ArrayList<>(rectangles); in RectangleList()
245 mReversedRectangles = new ArrayList<>(rectangles); in RectangleList()
247 mOutlinePolygonPath = generateOutlinePolygonPath(rectangles); in RectangleList()
315 final List<RoundedRectangleShape> rectangles) { in generateOutlinePolygonPath() argument
317 for (final RoundedRectangleShape shape : rectangles) { in generateOutlinePolygonPath()
486 final List<RectangleWithTextSelectionLayout> rectangles) { in generateDirections() argument
487 final @RoundedRectangleShape.ExpansionDirection int[] result = new int[rectangles.size()]; in generateDirections()
489 final int centerRectangleIndex = rectangles.indexOf(centerRectangle); in generateDirections()
495 if (rectangles.size() == 1) { in generateDirections()
[all …]
/frameworks/base/core/tests/coretests/src/android/text/
DLayoutTest.java338 final List<RectF> rectangles = new ArrayList<>(); in testGetSelectionWithASingleLineSelection() local
341 (left, top, right, bottom, textSelectionLayout) -> rectangles.add( in testGetSelectionWithASingleLineSelection()
353 assertEquals(1, rectangles.size()); in testGetSelectionWithASingleLineSelection()
355 final RectF rectangle = rectangles.get(0); in testGetSelectionWithASingleLineSelection()
369 final List<RectF> rectangles = new ArrayList<>(); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter() local
372 (left, top, right, bottom, textSelectionLayout) -> rectangles.add( in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()
390 assertEquals(3, rectangles.size()); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()
392 final RectF topRectangle = rectangles.get(0); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()
393 final RectF topToEndOfLineRectangle = rectangles.get(1); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()
394 final RectF bottomLineStartRectangle = rectangles.get(2); in testGetSelectionWithMultilineSelection_secondLineSelectionEndsBeforeFirstCharacter()
[all …]
/frameworks/base/data/keyboards/
DVendor_0e6f_Product_02a4.kl48 # Two overlapping rectangles
DVendor_045e_Product_02e0.kl53 # Two overlapping rectangles
DVendor_045e_Product_02e3.kl50 # Two overlapping rectangles
DVendor_24c6_Product_5d04.kl52 # Two overlapping rectangles
DVendor_0738_Product_beef.kl52 # Two overlapping rectangles
DVendor_1bad_Product_f506.kl52 # Two overlapping rectangles
DVendor_0e6f_Product_f900.kl52 # Two overlapping rectangles
DVendor_0738_Product_9871.kl52 # Two overlapping rectangles
DVendor_24c6_Product_5501.kl52 # Two overlapping rectangles
DVendor_1bad_Product_f901.kl52 # Two overlapping rectangles
DVendor_1430_Product_f801.kl52 # Two overlapping rectangles
DVendor_1bad_Product_f501.kl52 # Two overlapping rectangles
DVendor_0e6f_Product_0131.kl52 # Two overlapping rectangles
DVendor_0e6f_Product_0133.kl52 # Two overlapping rectangles
DVendor_24c6_Product_5b02.kl52 # Two overlapping rectangles
DVendor_0e6f_Product_0162.kl52 # Two overlapping rectangles
DVendor_24c6_Product_5500.kl52 # Two overlapping rectangles
DVendor_0738_Product_f738.kl52 # Two overlapping rectangles
DVendor_044f_Product_b326.kl52 # Two overlapping rectangles
DVendor_24c6_Product_542a.kl52 # Two overlapping rectangles
DVendor_24c6_Product_5506.kl52 # Two overlapping rectangles
DVendor_1bad_Product_f021.kl52 # Two overlapping rectangles
DVendor_15e4_Product_3f00.kl52 # Two overlapping rectangles

12345