Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/util/
DThreadUtil.java44 BackgroundCallback<T> getBackgroundProxy(BackgroundCallback<T> callback); in getBackgroundProxy() method
DMessageThreadUtil.java84 public BackgroundCallback<T> getBackgroundProxy(final BackgroundCallback<T> callback) { in getBackgroundProxy() method
DAsyncListUtil.java98 mBackgroundProxy = threadUtil.getBackgroundProxy(mBackgroundCallback); in AsyncListUtil()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
DThreadUtilTest.java72 mBackgroundProxy = threadUtil.getBackgroundProxy( in setUpUi()