Searched refs:mFloatDataCache (Results 1 – 1 of 1) sorted by relevance
44 private final float[][] mFloatDataCache; field in PaginatedCursor100 mFloatDataCache = mFloatCacheColumnSize > 0 ? new float[mRowCount][] : null; in PaginatedCursor()109 if (mFloatDataCache != null) { in PaginatedCursor()110 mFloatDataCache[i] = new float[mFloatCacheColumnSize]; in PaginatedCursor()138 mFloatDataCache[row][mFloatCacheIndexMap[col]] = mCursor.getFloat(col); in loadCacheStartingFromPosition()203 return mFloatDataCache[mPos][mFloatCacheIndexMap[column]]; in getFloat()208 return mFloatDataCache[mPos][mFloatCacheIndexMap[column]]; in getDouble()