Searched refs:rectangleCount (Results 1 – 2 of 2) sorted by relevance
367 final int rectangleCount = destinationRectangles.size(); in startAnimation() local369 final List<RoundedRectangleShape> shapes = new ArrayList<>(rectangleCount); in startAnimation()393 for (int index = 0; index < rectangleCount; ++index) { in startAnimation()
2347 std::vector<android_native_rect_t> rects(pRegion->rectangleCount); in SetSwapchainSurfaceDamage()2348 for (auto i = 0u; i < pRegion->rectangleCount; i++) { in SetSwapchainSurfaceDamage()