HomeSort by relevance Sort by last modified time
    Searched defs:mBackgroundProxy (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
AsyncListUtil.java 59 final ThreadUtil.BackgroundCallback<T> mBackgroundProxy;
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);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
ThreadUtilTest.java 39 ThreadUtil.BackgroundCallback<Integer> mBackgroundProxy;
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);
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 41 milliseconds