Home | History | Annotate | Download | only in app

Lines Matching defs:dataIndex

986                 int dataIndex = start % DATA_CACHE_SIZE;
988 mData[dataIndex] = info.items.get(i - info.contentStart);
989 if (++dataIndex == DATA_CACHE_SIZE) dataIndex = 0;