Searched refs:mBackgroundProxy (Results 1 – 2 of 2) sorted by relevance
50 ThreadUtil.BackgroundCallback<Integer> mBackgroundProxy; field in ThreadUtilTest80 mBackgroundProxy = threadUtil.getBackgroundProxy( in setup()144 mBackgroundProxy.refresh(2); in refresh()152 mBackgroundProxy.updateRange(10, 20, 5, 25, 1); in rangeUpdate()160 mBackgroundProxy.loadTile(2, 1); in loadTile()169 mBackgroundProxy.recycleTile(tile); in recycleTile()
62 final ThreadUtil.BackgroundCallback<T> mBackgroundProxy; field in AsyncListUtil101 mBackgroundProxy = threadUtil.getBackgroundProxy(mBackgroundCallback); in AsyncListUtil()134 mBackgroundProxy.refresh(++mRequestedGeneration); in refresh()207 mBackgroundProxy.updateRange(mTmpRange[0], mTmpRange[1], in updateRange()237 mBackgroundProxy.recycleTile(tile);243 mBackgroundProxy.recycleTile(duplicate);275 mBackgroundProxy.recycleTile(tile);283 mBackgroundProxy.recycleTile(mTileList.getAtIndex(i));360 mBackgroundProxy.loadTile(tileStart, scrollHint);