Searched refs:loadingState (Results 1 – 2 of 2) sorted by relevance
41 val loadingState = MutableStateFlow<LoadDirection?>(null) in setPreviews() constant48 ({ loadingState.value = LoadDirection.Left }) in setPreviews()54 ({ loadingState.value = LoadDirection.Right }) in setPreviews()61 return loadingState.asStateFlow() in setPreviews()
135 val loadingState: Flow<LoadDirection?> = in <lambda>() constant144 state = loadingState.handleOneLoadRequest(state, pagedCursor, unclaimedRecords) in <lambda>()