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

  /frameworks/base/libs/hwui/
DeferredDisplayList.h 164 int mEarliestBatchIndex;
DeferredDisplayList.cpp 358 mEarliestBatchIndex = mBatches.size();
370 mEarliestBatchIndex = 0;
560 for (int i = mBatches.size() - 1; i >= mEarliestBatchIndex; i--) {

Completed in 1152 milliseconds