HomeSort by relevance Sort by last modified time
    Searched refs:endChildIndex (Results 1 - 7 of 7) sorted by null

  /frameworks/base/libs/hwui/
DisplayList.h 137 size_t endChildIndex;
DisplayListCanvas.cpp 529 newChunk.beginChildIndex = newChunk.endChildIndex = nextChildIndex;
567 chunk.endChildIndex = childIndex + 1;
RecordingCanvas.cpp 593 chunk.endChildIndex = childIndex + 1;
646 newChunk.beginChildIndex = newChunk.endChildIndex = nextChildIndex;
FrameBuilder.cpp 313 if (chunk.beginChildIndex == chunk.endChildIndex) return;
315 for (size_t i = chunk.beginChildIndex; i < chunk.endChildIndex; i++) {
    [all...]
RenderNode.cpp     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java 334 int endChildIndex = getChildCount() - 1;
342 firstChildIndex = endChildIndex;
346 childLimit = endChildIndex + 1;
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 191 milliseconds