Searched refs:mBackgroundThreadExecutor (Results 1 – 5 of 5) sorted by relevance
41 private final Executor mBackgroundThreadExecutor; field in AsyncDifferConfig50 mBackgroundThreadExecutor = backgroundThreadExecutor; in AsyncDifferConfig()65 return mBackgroundThreadExecutor; in getBackgroundThreadExecutor()81 private Executor mBackgroundThreadExecutor; field in AsyncDifferConfig.Builder118 mBackgroundThreadExecutor = executor; in setBackgroundThreadExecutor()140 if (mBackgroundThreadExecutor == null) { in build()146 mBackgroundThreadExecutor = sDiffExecutor; in build()150 mBackgroundThreadExecutor, in build()
30 pagedList.mBackgroundThreadExecutor, in SnapshotPagedList()
190 mBackgroundThreadExecutor.execute(new Runnable() { in schedulePrepend()219 mBackgroundThreadExecutor.execute(new Runnable() { in scheduleAppend()
118 final Executor mBackgroundThreadExecutor; field in PagedList150 mBackgroundThreadExecutor = backgroundThreadExecutor; in PagedList()
177 mBackgroundThreadExecutor.execute(new Runnable() { in onPagePlaceholderInserted()