Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
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()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1643 uint32_t rcount = region->rectangleCount; in QueuePresentKHR()