Searched refs:start (Results 1 – 2 of 2) sorted by relevance
70 val start = (if (isPrepend) key - params.loadSize + 1 else key).coerceAtLeast(0) in getLoadResult() constant85 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()
54 public fun start() { in start() method