Home
last modified time | relevance | path

Searched refs:mIntCacheColumnSize (Results 1 – 1 of 1) sorted by relevance

/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/
DPaginatedCursor.java56 private int mIntCacheColumnSize; field in PaginatedCursor
71 mIntCacheColumnSize = 0; in PaginatedCursor()
91 mIntCacheIndexMap[i] = mIntCacheColumnSize++; in PaginatedCursor()
101 mIntDataCache = mIntCacheColumnSize > 0 ? new int[mRowCount][] : null; in PaginatedCursor()
113 mIntDataCache[i] = new int[mIntCacheColumnSize]; in PaginatedCursor()