Home
last modified time | relevance | path

Searched defs:animationView (Results 1 – 5 of 5) sorted by relevance

/external/lottie/LottieSample/src/androidTest/java/com/airbnb/lottie/samples/
DLottieTest.kt219 val animationView = animationViewPool.acquire() in <lambda>() constant
293 withAnimationView("LottieLogo1.json", "Scale Types", "Wrap Content") { animationView -> in <lambda>() method
301 withAnimationView("LottieLogo1.json", "Scale Types", "Match Parent") { animationView -> in <lambda>() method
309 withAnimationView("LottieLogo1.json", "Scale Types", "300x300@2x") { animationView -> in <lambda>() method
318 withAnimationView("LottieLogo1.json", "Scale Types", "300x300@4x") { animationView -> in <lambda>() method
327 … withAnimationView("LottieLogo1.json", "Scale Types", "300x300 centerCrop") { animationView -> in <lambda>() method
336 … withAnimationView("LottieLogo1.json", "Scale Types", "300x300 centerInside") { animationView -> in <lambda>() method
345 withAnimationView("LottieLogo1.json", "Scale Types", "300x300 fitXY") { animationView -> in <lambda>() method
355 animationView -> in <lambda>() method
365 …withAnimationView("LottieLogo1.json", "Scale Types", "300x300 centerInside @2x") { animationView -> in <lambda>() method
[all …]
DFragmentVisibilityTests.kt73 … val animationView = requireView().findViewById<LottieAnimationView>(R.id.animation_view) in <lambda>() constant
105 lateinit var animationView: LottieAnimationView in <lambda>() variable in com.airbnb.lottie.samples.FragmentVisibilityTests.testDoesntStopOnPause.TestFragment
130 lateinit var animationView: LottieAnimationView in <lambda>() variable in com.airbnb.lottie.samples.FragmentVisibilityTests.testStopsWhenLaunchingAnotherActivity.TestFragment
245 val animationView = view.findViewById<LottieAnimationView>(R.id.animation_view) in <lambda>() constant
262 val animationView = view.findViewById<LottieAnimationView>(R.id.animation_view) in <lambda>() constant
301 var animationView: LottieAnimationView? = null in <lambda>() variable in com.airbnb.lottie.samples.FragmentVisibilityTests.testPausesWhenScrolledOffScreenAndResumesWhenComesBack.TestFragment
363 var animationView: LottieAnimationView? = null in <lambda>() variable in com.airbnb.lottie.samples.FragmentVisibilityTests.testPausesWhenScrolledOffScreenAndResumesWhenComesBackWithoutRepeatingWhenFinished.TestFragment
442 … val animationView = frag.requireView().findViewById<LottieAnimationView>(R.id.animation_view) in <lambda>() constant
464 …private val Fragment.animationView get() = requireView().findViewById<LottieAnimationView>(R.id.an… in <lambda>() constant in com.airbnb.lottie.samples.FragmentVisibilityTests
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DTextDelegate.java18 @Nullable private final LottieAnimationView animationView; field in TextDelegate
31 public TextDelegate( in TextDelegate()
/external/setupdesign/lottie_loading_layout/src/com/google/android/setupdesign/
DGlifLoadingLayout.java563 LottieAnimationView animationView = findLottieAnimationView(); in addAnimatorListener() local
571 LottieAnimationView animationView = findLottieAnimationView(); in removeAnimatorListener() local
579 LottieAnimationView animationView = findLottieAnimationView(); in removeAllAnimatorListener() local
587 LottieAnimationView animationView = findLottieAnimationView(); in addColorCallback() local
595 LottieAnimationView animationView = findLottieAnimationView(); in addColorCallback() local
625 LottieAnimationView animationView = findLottieAnimationView(); in applyThemeCustomization() local
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DAppIntroActivity.kt19 private val animationView: LottieAnimationView by lazy { in <lambda>() constant in com.airbnb.lottie.samples.AppIntroActivity