Searched refs:mBackgroundProxy (Results 1 – 2 of 2) sorted by relevance
39 ThreadUtil.BackgroundCallback<Integer> mBackgroundProxy; field in ThreadUtilTest72 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()
59 final ThreadUtil.BackgroundCallback<T> mBackgroundProxy; field in AsyncListUtil98 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);