Home
last modified time | relevance | path

Searched refs:LottiefilesService (Results 1 – 4 of 4) sorted by relevance

/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DLottiefilesService.kt9 interface LottiefilesService { interface
DLottieApplication.kt34 val lottiefilesService by lazy { retrofit.create(LottiefilesService::class.java) } in <lambda>()
DShowcaseFragment.kt17 class ShowcaseViewModel(initialState: ShowcaseState, service: LottiefilesService) : MvRxViewModel<S… in <lambda>()
DLottiefilesFragment.kt24 private val service: LottiefilesService) : MvRxViewModel<LottiefilesState>(initialState in <lambda>()