HomeSort by relevance Sort by last modified time
    Searched defs:ItemKeyedDataSource (Results 1 - 3 of 3) sorted by null

  /frameworks/support/paging/common/src/main/java/androidx/paging/
ItemKeyedDataSource.java 30 * Implement a DataSource using ItemKeyedDataSource if you need to use data from item {@code N - 1}
36 * shows how to implement a network ItemKeyedDataSource using
43 public abstract class ItemKeyedDataSource<Key, Value> extends ContiguousDataSource<Key, Value> {
157 * Callback for ItemKeyedDataSource {@link #loadBefore(LoadParams, LoadCallback)}
172 * Call this method from your ItemKeyedDataSource's
182 * @param data List of items loaded from the ItemKeyedDataSource.
190 LoadInitialCallbackImpl(@NonNull ItemKeyedDataSource dataSource, boolean countingEnabled,
222 LoadCallbackImpl(@NonNull ItemKeyedDataSource dataSource, @PageResult.ResultType int type,
344 * If your ItemKeyedDataSource is loading from a source that is sorted and loaded by a unique
363 public final <ToValue> ItemKeyedDataSource<Key, ToValue> mapByPage
    [all...]
  /prebuilts/sdk/current/androidx/m2repository/androidx/paging/paging-common/2.0.0-alpha1/
paging-common-2.0.0-alpha1.jar 
  /prebuilts/sdk/current/extras/app-toolkit/m2repository/android/arch/paging/common/28.0.0/
common-28.0.0.jar 

Completed in 80 milliseconds