Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1367 uint32_t rcount = region->rectangleCount; in QueuePresentKHR() local
1368 if (rcount > nrects) { in QueuePresentKHR()
1373 sizeof(android_native_rect_t) * rcount, in QueuePresentKHR()
1378 nrects = rcount; in QueuePresentKHR()
1380 rcount = 0; // Ignore the hint for this swapchain in QueuePresentKHR()
1383 for (uint32_t r = 0; r < rcount; ++r) { in QueuePresentKHR()
1402 native_window_set_surface_damage(window, rects, rcount); in QueuePresentKHR()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java1265 final int rcount = getServiceTargetRowCount(); in ChooserRowAdapter()
1267 || mServiceTargetScale.length != rcount) { in ChooserRowAdapter()
1270 mServiceTargetScale = new RowScale[rcount]; in ChooserRowAdapter()
1271 if (old != null && rcount > 0) { in ChooserRowAdapter()
1273 Math.min(old.length, rcount)); in ChooserRowAdapter()
1276 for (int i = rcount; i < oldRCount; i++) { in ChooserRowAdapter()
1280 for (int i = oldRCount; i < rcount; i++) { in ChooserRowAdapter()
1291 for (int i = oldRCount; i < rcount; i++) { in ChooserRowAdapter()