Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/util/
DAsyncListUtil.java71 int mRequestedGeneration = mDisplayedGeneration; field in AsyncListUtil
104 return mRequestedGeneration != mDisplayedGeneration; in isRefreshPending()
131 mBackgroundProxy.refresh(++mRequestedGeneration); in refresh()
219 mDisplayedGeneration = mRequestedGeneration;
285 return generation == mRequestedGeneration;