Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
DThreadUtilTest.java39 ThreadUtil.BackgroundCallback<Integer> mBackgroundProxy; field in ThreadUtilTest
72 mBackgroundProxy = threadUtil.getBackgroundProxy( in setUpUi()
134 mBackgroundProxy.refresh(2); in refresh()
142 mBackgroundProxy.updateRange(10, 20, 5, 25, 1); in rangeUpdate()
150 mBackgroundProxy.loadTile(2, 1); in loadTile()
159 mBackgroundProxy.recycleTile(tile); in recycleTile()
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
DAsyncListUtil.java59 final ThreadUtil.BackgroundCallback<T> mBackgroundProxy; field in AsyncListUtil
98 mBackgroundProxy = threadUtil.getBackgroundProxy(mBackgroundCallback); in AsyncListUtil()
131 mBackgroundProxy.refresh(++mRequestedGeneration); in refresh()
203 mBackgroundProxy.updateRange(mTmpRange[0], mTmpRange[1], in updateRange()
233 mBackgroundProxy.recycleTile(tile);
239 mBackgroundProxy.recycleTile(duplicate);
271 mBackgroundProxy.recycleTile(tile);
279 mBackgroundProxy.recycleTile(mTileList.getAtIndex(i));
356 mBackgroundProxy.loadTile(tileStart, scrollHint);