Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.h121 size_t endChildIndex; member
DDisplayListCanvas.cpp545 newChunk.beginChildIndex = newChunk.endChildIndex = nextChildIndex; in addOpAndUpdateChunk()
582 chunk.endChildIndex = childIndex + 1; in addRenderNodeOp()
DRenderNode.cpp645 if (chunk.beginChildIndex == chunk.endChildIndex) return; in buildZSortedChildList()
647 for (unsigned int i = chunk.beginChildIndex; i < chunk.endChildIndex; i++) { in buildZSortedChildList()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DStaggeredGridLayoutManager.java301 int endChildIndex = getChildCount() - 1; in hasGapsToFix() local
309 firstChildIndex = endChildIndex; in hasGapsToFix()
313 childLimit = endChildIndex + 1; in hasGapsToFix()