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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DThreadUtilTest.java39 ThreadUtil.BackgroundCallback<Integer> mBackgroundProxy; field in class:ThreadUtilTest
72 mBackgroundProxy = threadUtil.getBackgroundProxy(
132 // In this test and below the calls to mBackgroundProxy are not really made from the worker
133 // thread. That's OK since the message queue inside mBackgroundProxy is synchronized.
134 mBackgroundProxy.refresh(2);
142 mBackgroundProxy.updateRange(10, 20, 5, 25, 1);
150 mBackgroundProxy.loadTile(2, 1);
159 mBackgroundProxy.recycleTile(tile);
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DAsyncListUtil.java59 final ThreadUtil.BackgroundCallback<T> mBackgroundProxy; field in class:AsyncListUtil
98 mBackgroundProxy = threadUtil.getBackgroundProxy(mBackgroundCallback);
131 mBackgroundProxy.refresh(++mRequestedGeneration);
203 mBackgroundProxy.updateRange(mTmpRange[0], mTmpRange[1],
233 mBackgroundProxy.recycleTile(tile);
239 mBackgroundProxy.recycleTile(duplicate);
271 mBackgroundProxy.recycleTile(tile);
279 mBackgroundProxy.recycleTile(mTileList.getAtIndex(i));
356 mBackgroundProxy.loadTile(tileStart, scrollHint);

Completed in 259 milliseconds