Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/util/
DAsyncListUtil.java98 mBackgroundProxy = threadUtil.getBackgroundProxy(mBackgroundCallback); in AsyncListUtil()
290 mBackgroundCallback = new ThreadUtil.BackgroundCallback<T>() { field in AsyncListUtil