Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java372 final int rectangleCount = destinationRectangles.size(); in startAnimation() local
374 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()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1640 uint32_t rcount = region->rectangleCount; in QueuePresentKHR()