Home
last modified time | relevance | path

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

/testutils/testutils-paging/src/commonMain/kotlin/androidx/paging/
DTestPagingSource.kt70 val start = (if (isPrepend) key - params.loadSize + 1 else key).coerceAtLeast(0) in getLoadResult() constant
85 items.subList(start, end), in getLoadResult()
86 if (start > 0) start - 1 else null, in getLoadResult()
88 if (placeholdersEnabled) start else Int.MIN_VALUE, in getLoadResult()
/testutils/testutils-lifecycle/src/commonMain/kotlin/androidx/testutils/lifecycle/
DFakeLifecycleOwner.kt54 public fun start() { in start() method