Home
last modified time | relevance | path

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

/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DLottiefilesFragment.kt22 class LottiefilesViewModel( in <lambda>() class
51 … override fun create(activity: FragmentActivity, state: LottiefilesState): LottiefilesViewModel { in <lambda>()
53 return LottiefilesViewModel(state, service) in <lambda>()
60 private val viewModel: LottiefilesViewModel by fragmentViewModel()