Home | History | Annotate | Download | only in app

Lines Matching refs:dataIndex

930                 int dataIndex = start % DATA_CACHE_SIZE;
932 mData[dataIndex] = info.items.get(i - info.contentStart);
933 if (++dataIndex == DATA_CACHE_SIZE) dataIndex = 0;