Home
last modified time | relevance | path

Searched defs:animationView (Results 1 – 9 of 9) 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.kt21 … withAnimationView("Tests/DynamicText.json", "Dynamic Text", "Hello World") { animationView -> in <lambda>() method
27 …mationView("Tests/DynamicText.json", "Dynamic Text", "Hello World with getText") { animationView -> in <lambda>() method
39 withAnimationView("Tests/DynamicText.json", "Dynamic Text", "Emoji") { animationView -> in <lambda>() method
45 withAnimationView("Tests/DynamicText.json", "Dynamic Text", "Taiwanese") { animationView -> in <lambda>() method
51 … withAnimationView("Tests/DynamicText.json", "Dynamic Text", "Fire Taiwanese") { animationView -> in <lambda>() method
57 …imationView("Tests/DynamicText.json", "Dynamic Text", "Family man man girl boy") { animationView -> in <lambda>() method
63 …onView("Tests/DynamicText.json", "Dynamic Text", "Family woman woman girl girl") { animationView -> in <lambda>() method
69 … withAnimationView("Tests/DynamicText.json", "Dynamic Text", "Brown Police Man") { animationView -> in <lambda>() method
75 …ionView("Tests/DynamicText.json", "Dynamic Text", "Family and Brown Police Man") { animationView -> in <lambda>() method
81 …/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.kt125 … 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
278 val animationView = view.findViewById<LottieAnimationView>(R.id.animation_view) in <lambda>() constant
294 val animationView = view.findViewById<LottieAnimationView>(R.id.animation_view) in <lambda>() constant
331 var animationView: LottieAnimationView? = null in <lambda>() variable in com.airbnb.lottie.samples.FragmentVisibilityTests.testPausesWhenScrolledOffScreenAndResumesWhenComesBack.TestFragment
393 var animationView: LottieAnimationView? = null in <lambda>() variable in com.airbnb.lottie.samples.FragmentVisibilityTests.testPausesWhenScrolledOffScreenAndResumesWhenComesBackWithoutRepeatingWhenFinished.TestFragment
463 … val animationView = frag.requireView().findViewById<LottieAnimationView>(R.id.animation_view) in <lambda>() constant
493 …private val Fragment.animationView get() = requireView().findViewById<LottieAnimationView>(R.id.an… in <lambda>() constant in com.airbnb.lottie.samples.FragmentVisibilityTests
/external/setupdesign/main/src/com/google/android/setupdesign/items/
DLottieIllustrationItem.java37 void onAnimationViewBound(LottieAnimationView animationView); in onAnimationViewBound()
77 LottieAnimationView animationView = view.findViewById(R.id.sud_item_lottie_illustration); in onBindView() local
/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.java677 LottieAnimationView animationView = findLottieAnimationView(); in addAnimatorListener() local
685 LottieAnimationView animationView = findLottieAnimationView(); in removeAnimatorListener() local
693 LottieAnimationView animationView = findLottieAnimationView(); in removeAllAnimatorListener() local
701 LottieAnimationView animationView = findLottieAnimationView(); in addColorCallback() local
709 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