Home
last modified time | relevance | path

Searched defs:createAnimation (Results 1 – 25 of 241) sorted by relevance

12345678910

/aosp_15_r20/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieRunner.java65 …public SkottieAnimation createAnimation(TextureView view, InputStream is, int backgroundColor, int… in createAnimation() method in SkottieRunner
74 public SkottieAnimation createAnimation(SurfaceTexture surfaceTexture, InputStream is) { in createAnimation() method in SkottieRunner
82 …public SkottieAnimation createAnimation(SurfaceView view, InputStream is, int backgroundColor, int… in createAnimation() method in SkottieRunner
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DAppearAnimationCreator.java30 void createAnimation(T animatedObject, long delay, long duration, in createAnimation() method
37 default void createAnimation(T animatedObject, long delay, long duration, in createAnimation() method
H A DAppearAnimationUtils.java181 public void createAnimation(final View view, long delay, long duration, float translationY, in createAnimation() method in AppearAnimationUtils
188 public void createAnimation(final View view, long delay, in createAnimation() method in AppearAnimationUtils
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
H A DMediaProjectionRecentsViewController.kt161 private fun createAnimation(task: RecentTask, view: View): ActivityOptions = in <lambda>() method
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DTransitionAnimatorTest.kt140 private fun createAnimation( in <lambda>() method in com.android.systemui.animation.TransitionAnimatorTest
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/
H A DAnimatableIntegerValue.java15 @Override public BaseKeyframeAnimation<Integer, Integer> createAnimation() { in createAnimation() method in AnimatableIntegerValue
H A DAnimatableFloatValue.java15 @Override public BaseKeyframeAnimation<Float, Float> createAnimation() { in createAnimation() method in AnimatableFloatValue
H A DAnimatablePointValue.java16 @Override public BaseKeyframeAnimation<PointF, PointF> createAnimation() { in createAnimation() method in AnimatablePointValue
H A DAnimatableShapeValue.java17 @Override public ShapeKeyframeAnimation createAnimation() { in createAnimation() method in AnimatableShapeValue
H A DAnimatableTextFrame.java15 @Override public TextKeyframeAnimation createAnimation() { in createAnimation() method in AnimatableTextFrame
H A DAnimatableColorValue.java14 @Override public BaseKeyframeAnimation<Integer, Integer> createAnimation() { in createAnimation() method in AnimatableColorValue
H A DAnimatableValue.java13 BaseKeyframeAnimation<K, A> createAnimation(); in createAnimation() method
H A DAnimatableScaleValue.java20 @Override public BaseKeyframeAnimation<ScaleXY, ScaleXY> createAnimation() { in createAnimation() method in AnimatableScaleValue
H A DAnimatablePathValue.java30 public BaseKeyframeAnimation<PointF, PointF> createAnimation() { in createAnimation() method in AnimatablePathValue
H A DAnimatableSplitDimensionPathValue.java32 @Override public BaseKeyframeAnimation<PointF, PointF> createAnimation() { in createAnimation() method in AnimatableSplitDimensionPathValue
H A DAnimatableGradientColorValue.java53 @Override public BaseKeyframeAnimation<GradientColor, GradientColor> createAnimation() { in createAnimation() method in AnimatableGradientColorValue
H A DAnimatableTransform.java115 public TransformKeyframeAnimation createAnimation() { in createAnimation() method in AnimatableTransform
/aosp_15_r20/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
DScaleTransition.java27 public Animator createAnimation(View view, float startScale, float endScale) { in createAnimation() method in ScaleTransition
/aosp_15_r20/developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
H A DScaleTransition.java27 public Animator createAnimation(View view, float startScale, float endScale) { in createAnimation() method in ScaleTransition
/aosp_15_r20/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
H A DScaleTransition.java27 public Animator createAnimation(View view, float startScale, float endScale) { in createAnimation() method in ScaleTransition
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/animation/
H A DReversingAnimation.java78 private void createAnimation() { in createAnimation() method in ReversingAnimation.MyAnimationView
H A DAnimationCloning.java78 private void createAnimation() { in createAnimation() method in AnimationCloning.MyAnimationView
H A DAnimationSeeking.java107 private void createAnimation() { in createAnimation() method in AnimationSeeking.MyAnimationView
/aosp_15_r20/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
DTranslationAnimationCreator.java49 static Animator createAnimation( in createAnimation() method in TranslationAnimationCreator
/aosp_15_r20/frameworks/base/core/java/android/transition/
H A DFade.java119 private Animator createAnimation(final View view, float startAlpha, final float endAlpha) { in createAnimation() method in Fade

12345678910