Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DSmartSelectSprite.java367 final int rectangleCount = destinationRectangles.size(); in startAnimation() local
369 final List<RoundedRectangleShape> shapes = new ArrayList<>(rectangleCount); in startAnimation()
393 for (int index = 0; index < rectangleCount; ++index) { in startAnimation()