Searched refs:mFloatCacheColumnSize (Results 1 – 1 of 1) sorted by relevance
55 private int mFloatCacheColumnSize; field in PaginatedCursor70 mFloatCacheColumnSize = 0; in PaginatedCursor()88 mFloatCacheIndexMap[i] = mFloatCacheColumnSize++; in PaginatedCursor()100 mFloatDataCache = mFloatCacheColumnSize > 0 ? new float[mRowCount][] : null; in PaginatedCursor()110 mFloatDataCache[i] = new float[mFloatCacheColumnSize]; in PaginatedCursor()