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

  /frameworks/base/libs/hwui/pipeline/skia/
ReorderBarrierDrawables.h 49 int mBeginChildIndex;
ReorderBarrierDrawables.cpp 33 : mEndChildIndex(0), mBeginChildIndex(data->mChildNodes.size()), mDisplayList(data) {}
40 mChildren.reserve(mEndChildIndex - mBeginChildIndex + 1);
41 for (int i = mBeginChildIndex; i <= mEndChildIndex; i++) {

Completed in 163 milliseconds