Home
last modified time | relevance | path

Searched refs:endChildIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayList.h86 size_t endChildIndex; member
DRecordingCanvas.cpp552 chunk.endChildIndex = childIndex + 1; in drawRenderNode()
601 newChunk.beginChildIndex = newChunk.endChildIndex = nextChildIndex; in addOp()
DFrameBuilder.cpp309 if (chunk.beginChildIndex == chunk.endChildIndex) return; in buildZSortedChildList()
311 for (size_t i = chunk.beginChildIndex; i < chunk.endChildIndex; i++) { in buildZSortedChildList()
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DStaggeredGridLayoutManager.java340 int endChildIndex = getChildCount() - 1; in hasGapsToFix() local
348 firstChildIndex = endChildIndex; in hasGapsToFix()
352 childLimit = endChildIndex + 1; in hasGapsToFix()