Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/
H A 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 …]
H A 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
H A DFailureTestCase.kt15 val animationView = animationViewPool.acquire() in run() constant
H A DSoftwareRenderingDynamicPropertiesInvalidationTestCase.kt26 val animationView = animationViewPool.acquire() in run() constant
/aosp_15_r20/external/lottie/sample/src/androidTest/java/com/airbnb/lottie/samples/
H A 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
/aosp_15_r20/external/setupdesign/lottie_loading_layout/src/com/google/android/setupdesign/
H A 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
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLottieAnimationColorUtils.java45 public static void updateToArgbColors( in updateToArgbColors()
65 public static void updateToColorResources( in updateToColorResources()
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/
H A DTextDelegate.java21 @Nullable private final LottieAnimationView animationView; field in TextDelegate
33 public TextDelegate( in TextDelegate()
/aosp_15_r20/out/soong/.intermediates/external/setupdesign/lottie_loading_layout/setupdesign-lottie-loading-layout/android_common/javac/
Dsetupdesign-lottie-loading-layout.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/remoteauth/introduction/
DIntroductionImageCarousel.kt99 … val animationView = itemView.requireViewById<LottieAnimationView>(R.id.explanation_animation) constant in com.android.settings.remoteauth.introduction.IntroductionImageCarousel
/aosp_15_r20/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/
H A DSnapshotTestCaseContext.kt86 val animationView = animationViewPool.acquire() in withAnimationView() constant
/aosp_15_r20/frameworks/base/packages/SettingsLib/IllustrationPreference/src/com/android/settingslib/widget/
H A DColorUtils.java107 public static void applyDynamicColors(Context context, LottieAnimationView animationView) { in applyDynamicColors()
H A DIllustrationPreference.java84 void onBind(LottieAnimationView animationView); in onBind()
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DTransitionAnimationHelper.java53 void onAnimationSetup(LottieAnimationView animationView); in onAnimationSetup()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/reardisplay/
H A DRearDisplayDialogController.java158 LottieAnimationView animationView = dialogView.findViewById( in createDialogView() local
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/remoteauth/introduction/
DIntroductionImageCarousel.java81 private final com.airbnb.lottie.LottieAnimationView animationView = null; field in IntroductionImageCarousel.AnimationViewHolder
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollFindSensor.java182 View animationView = findViewById(R.id.fingerprint_sensor_location_animation); in onCreate() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/IllustrationPreference/SettingsLibIllustrationPreference/android_common_apex30/javac/
DSettingsLibIllustrationPreference.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/IllustrationPreference/SettingsLibIllustrationPreference/android_common/javac/
DSettingsLibIllustrationPreference.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/lottie/lottie/android_common/javac/
Dlottie.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/airbnb/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/lottie/lottie/android_common_apex30/javac/
Dlottie.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/airbnb/ com/ ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/ManagedProvisioning/ManagedProvisioningLib/android_common/javac/
DManagedProvisioningLib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/ManagedProvisioning/ManagedProvisioningLib/android_common/repackaged-jarjar/javac/
DManagedProvisioningLib.jarhilt_aggregated_deps/_com_android_managedprovisioning_preprovisioning_PreProvisioningActivity_GeneratedInjector.class _com_android_managedprovisioning_preprovisioning_PreProvisioningActivity_GeneratedInjector.java package hilt_aggregated_deps public hilt_aggregated_deps._com_android_managedprovisioning_preprovisioning_PreProvisioningActivity_GeneratedInjector extends java.lang. ...
/aosp_15_r20/out/target/common/obj/APPS/ManagedProvisioning_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/ManagedProvisioning/ManagedProvisioning/android_common/withres/
DManagedProvisioning.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...

123