Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/interactor/
DSetCursorPreviewsInteractor.kt41 val loadingState = MutableStateFlow<LoadDirection?>(null) in setPreviews() constant
48 ({ loadingState.value = LoadDirection.Left }) in setPreviews()
54 ({ loadingState.value = LoadDirection.Right }) in setPreviews()
61 return loadingState.asStateFlow() in setPreviews()
DCursorPreviewsInteractor.kt135 val loadingState: Flow<LoadDirection?> = in <lambda>() constant
144 state = loadingState.handleOneLoadRequest(state, pagedCursor, unclaimedRecords) in <lambda>()