Searched refs:rectangleCount (Results 1 – 2 of 2) sorted by relevance
372 final int rectangleCount = destinationRectangles.size(); in startAnimation() local374 final List<RoundedRectangleShape> shapes = new ArrayList<>(rectangleCount); in startAnimation()375 final List<Animator> cornerAnimators = new ArrayList<>(rectangleCount); in startAnimation()399 for (int index = 0; index < rectangleCount; ++index) { in startAnimation()
1640 uint32_t rcount = region->rectangleCount; in QueuePresentKHR()