Home
last modified time | relevance | path

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

/frameworks/support/paging/common/src/test/java/androidx/paging/
DContiguousPagedListTest.kt154 lastLoad: Int = ContiguousPagedList.LAST_LOAD_UNSPECIFIED in createCountedPagedList()
351 lastLoad = ContiguousPagedList.LAST_LOAD_UNSPECIFIED) in initialLoad_lastLoadComputed()
365 ContiguousPagedList.LAST_LOAD_UNSPECIFIED) in initialLoadAsync()
394 ContiguousPagedList.LAST_LOAD_UNSPECIFIED) in addWeakCallbackEmpty()
DPositionalDataSourceTest.kt98 ContiguousPagedList.LAST_LOAD_UNSPECIFIED) in fullLoadWrappedAsContiguous()
144 ContiguousPagedList.LAST_LOAD_UNSPECIFIED) in performLoadInitial()
DPageKeyedDataSourceTest.kt67 ContiguousPagedList.LAST_LOAD_UNSPECIFIED) in loadFullVerify()
116 ContiguousPagedList.LAST_LOAD_UNSPECIFIED) in performLoadInitial()
DItemKeyedDataSourceTest.kt292 ContiguousPagedList.LAST_LOAD_UNSPECIFIED) in performLoadInitial()
/frameworks/support/paging/common/src/main/java/androidx/paging/
DContiguousPagedList.java56 if (mLastLoad == LAST_LOAD_UNSPECIFIED) {
84 static final int LAST_LOAD_UNSPECIFIED = -1; field in ContiguousPagedList
DPagedList.java180 int lastLoad = ContiguousPagedList.LAST_LOAD_UNSPECIFIED; in create()