Home
last modified time | relevance | path

Searched refs:lottiefilesService (Results 1 – 3 of 3) sorted by relevance

/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DLottieApplication.kt34 val lottiefilesService by lazy { retrofit.create(LottiefilesService::class.java) } in <lambda>() constant in com.airbnb.lottie.samples.LottieApplication
DShowcaseFragment.kt27 val service = (activity.applicationContext as LottieApplication).lottiefilesService in <lambda>()
DLottiefilesFragment.kt52 val service = (activity.applicationContext as LottieApplication).lottiefilesService in <lambda>()