Home
last modified time | relevance | path

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

/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/
DScaleTypesTestCase.kt14 …e Logo 1.json", "Scale Types", "Wrap Content", renderHardwareAndSoftware = true) { animationView -> in <lambda>() method
22 …e Logo 1.json", "Scale Types", "Match Parent", renderHardwareAndSoftware = true) { animationView -> in <lambda>() method
30 … 1.json", "Scale Types", "300x300 centerCrop", renderHardwareAndSoftware = true) { animationView -> in <lambda>() method
39 ….json", "Scale Types", "300x300 centerInside", renderHardwareAndSoftware = true) { animationView -> in <lambda>() method
48 … Logo 1.json", "Scale Types", "300x300 fitXY", renderHardwareAndSoftware = true) { animationView -> in <lambda>() method
57 ….json", "Scale Types", "600x300 centerInside", renderHardwareAndSoftware = true) { animationView -> in <lambda>() method
66 … Logo 1.json", "Scale Types", "600x300 fitXY", renderHardwareAndSoftware = true) { animationView -> in <lambda>() method
75 ….json", "Scale Types", "300x600 centerInside", renderHardwareAndSoftware = true) { animationView -> in <lambda>() method
84 … Logo 1.json", "Scale Types", "300x600 fitXY", renderHardwareAndSoftware = true) { animationView -> in <lambda>() method
DTextTestCase.kt20 … withAnimationView("Tests/DynamicText.json", "Dynamic Text", "Hello World") { animationView -> in <lambda>() method
26 …mationView("Tests/DynamicText.json", "Dynamic Text", "Hello World with getText") { animationView -> in <lambda>() method
38 withAnimationView("Tests/DynamicText.json", "Dynamic Text", "Emoji") { animationView -> in <lambda>() method
44 withAnimationView("Tests/DynamicText.json", "Dynamic Text", "Taiwanese") { animationView -> in <lambda>() method
50 … withAnimationView("Tests/DynamicText.json", "Dynamic Text", "Fire Taiwanese") { animationView -> in <lambda>() method
56 …imationView("Tests/DynamicText.json", "Dynamic Text", "Family man man girl boy") { animationView -> in <lambda>() method
62 …onView("Tests/DynamicText.json", "Dynamic Text", "Family woman woman girl girl") { animationView -> in <lambda>() method
68 … withAnimationView("Tests/DynamicText.json", "Dynamic Text", "Brown Police Man") { animationView -> in <lambda>() method
74 …ionView("Tests/DynamicText.json", "Dynamic Text", "Family and Brown Police Man") { animationView -> in <lambda>() method
80 …/DynamicText.json", "Dynamic Text", "Family, Brown Police Man, emoji and chars") { animationView -> in <lambda>() method
[all …]
DFailureTestCase.kt15 val animationView = animationViewPool.acquire() in run() constant
DSoftwareRenderingDynamicPropertiesInvalidationTestCase.kt26 val animationView = animationViewPool.acquire() in run() constant
/external/lottie/sample/src/androidTest/java/com/airbnb/lottie/samples/
DFragmentVisibilityTests.kt119 … val animationView = requireView().findViewById<LottieAnimationView>(R.id.animation_view) in <lambda>() constant
164 … val animationView = fragment.requireView().findViewById<LottieAnimationView>(R.id.animation_view) in <lambda>() constant
174 lateinit var animationView: LottieAnimationView in <lambda>() variable in com.airbnb.lottie.samples.FragmentVisibilityTests.testStopsWhenLaunchingAnotherActivity.TestFragment
288 val animationView = view.findViewById<LottieAnimationView>(R.id.animation_view) in <lambda>() constant
305 val animationView = view.findViewById<LottieAnimationView>(R.id.animation_view) in <lambda>() constant
344 var animationView: LottieAnimationView? = null in <lambda>() variable in com.airbnb.lottie.samples.FragmentVisibilityTests.testPausesWhenScrolledOffScreenAndResumesWhenComesBack.TestFragment
407 var animationView: LottieAnimationView? = null in <lambda>() variable in com.airbnb.lottie.samples.FragmentVisibilityTests.testPausesWhenScrolledOffScreenAndResumesWhenComesBackWithoutRepeatingWhenFinished.TestFragment
482 … val animationView = frag.requireView().findViewById<LottieAnimationView>(R.id.animation_view) in <lambda>() constant
512 …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.java21 @Nullable private final LottieAnimationView animationView; field in TextDelegate
33 public TextDelegate( in TextDelegate()
/external/setupdesign/lottie_loading_layout/src/com/google/android/setupdesign/
DGlifLoadingLayout.java623 LottieAnimationView animationView = findLottieAnimationView(); in addAnimatorListener() local
631 LottieAnimationView animationView = findLottieAnimationView(); in removeAnimatorListener() local
639 LottieAnimationView animationView = findLottieAnimationView(); in removeAllAnimatorListener() local
647 LottieAnimationView animationView = findLottieAnimationView(); in addColorCallback() local
655 LottieAnimationView animationView = findLottieAnimationView(); in addColorCallback() local
/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/
DSnapshotTestCaseContext.kt86 val animationView = animationViewPool.acquire() in withAnimationView() constant