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

/frameworks/base/libs/hwui/
H A DDisplayList.h123 size_t endChildIndex; member in struct:android::uirenderer::DisplayListData::Chunk
H A DDisplayListRenderer.cpp485 newChunk.beginChildIndex = newChunk.endChildIndex = nextChildIndex;
522 chunk.endChildIndex = childIndex + 1;
H A DRenderNode.cpp641 if (chunk.beginChildIndex == chunk.endChildIndex) return;
643 for (unsigned int i = chunk.beginChildIndex; i < chunk.endChildIndex; i++) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java282 int endChildIndex = getChildCount() - 1;
290 firstChildIndex = endChildIndex - 1;
294 childLimit = endChildIndex;

Completed in 407 milliseconds