Searched defs:dispatchCurrentLoadState (Results 1 – 4 of 4) sorted by relevance
37 override fun dispatchCurrentLoadState(callback: (LoadType, LoadState) -> Unit) {} in dispatchCurrentLoadState() method in androidx.paging.SnapshotPagedList
887 public fun dispatchCurrentLoadState(callback: (LoadType, LoadState) -> Unit) { in <lambda>() method in androidx.paging.PagedList.LoadStateManager970 public abstract fun dispatchCurrentLoadState(callback: (LoadType, LoadState) -> Unit) in <lambda>() method in androidx.paging.PagedList
324 override fun dispatchCurrentLoadState(callback: (LoadType, LoadState) -> Unit) { in dispatchCurrentLoadState() method
227 override fun dispatchCurrentLoadState(callback: (LoadType, LoadState) -> Unit) {} in dispatchStateChange_dispatchesOnNotifyDispatcher() method