/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | BitmapsActivity.java | 32 import android.view.animation.ScaleAnimation; 45 ScaleAnimation a = new ScaleAnimation(1.0f, 2.0f, 1.0f, 2.0f, in onCreate() 46 ScaleAnimation.RELATIVE_TO_SELF, 0.5f, in onCreate() 47 ScaleAnimation.RELATIVE_TO_SELF,0.5f); in onCreate()
|
H A D | MipMapActivity.java | 32 import android.view.animation.ScaleAnimation;
|
/aosp12/frameworks/base/core/java/android/view/animation/ |
H A D | ScaleAnimation.java | 30 public class ScaleAnimation extends Animation { class 62 public ScaleAnimation(Context context, AttributeSet attrs) { in ScaleAnimation() method in ScaleAnimation 68 com.android.internal.R.styleable.ScaleAnimation); in ScaleAnimation() 145 public ScaleAnimation(float fromX, float toX, float fromY, float toY) { in ScaleAnimation() method in ScaleAnimation 171 public ScaleAnimation(float fromX, float toX, float fromY, float toY, in ScaleAnimation() method in ScaleAnimation 212 public ScaleAnimation(float fromX, float toX, float fromY, float toY, in ScaleAnimation() method in ScaleAnimation
|
H A D | AnimationUtils.java | 186 anim = new ScaleAnimation(c, attrs); in createAnimationFromXml()
|
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/ |
H A D | ReflectionInflaterTest.java | 26 import android.view.animation.ScaleAnimation; 49 assertTrue(animations.get(0) instanceof ScaleAnimation); in testInflateXml() local 63 assertTrue(animations.get(0) instanceof ScaleAnimation); in testDefaultPackage() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | UiUtils.java | 43 import android.view.animation.ScaleAnimation; 210 final ScaleAnimation showHideAnimation = in revealOrHideViewWithAnimation() 211 new ScaleAnimation(fromScale, toScale, fromScale, toScale, in revealOrHideViewWithAnimation() 212 ScaleAnimation.RELATIVE_TO_SELF, 0.5f, in revealOrHideViewWithAnimation() 213 ScaleAnimation.RELATIVE_TO_SELF, 0.5f); in revealOrHideViewWithAnimation()
|
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | TransitionAnimation.java | 60 import android.view.animation.ScaleAnimation; 365 set.addAnimation(new ScaleAnimation(fromWidth / toWidth, 1, fromHeight / toHeight, 1)); in createRelaunchAnimation() 526 Animation scale = new ScaleAnimation(scaleW, 1, scaleH, 1, in createScaleUpAnimationLockedCompat() 601 a = new ScaleAnimation(scaleW, 1, scaleH, 1, in createThumbnailEnterExitAnimationLockedCompat() 629 Animation scale = new ScaleAnimation(1, scaleW, 1, scaleH, in createThumbnailEnterExitAnimationLockedCompat() 702 Animation scaleAnim = new ScaleAnimation( in createAspectScaledThumbnailEnterExitAnimationLocked() 832 Animation scale = new ScaleAnimation(1f, scaleW, 1f, scaleW, pivotX, pivotY); in createThumbnailAspectScaleAnimationLocked() 874 Animation scale = new ScaleAnimation(scaleW, 1f, scaleW, 1f, pivotX, pivotY); in createThumbnailAspectScaleAnimationLocked() 991 final ScaleAnimation scale = enter in createAspectScaledThumbnailFreeformAnimationLocked() 992 ? new ScaleAnimation(scaleH, 1, scaleV, 1, scaleHCenter, scaleVCenter) in createAspectScaledThumbnailFreeformAnimationLocked() [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowChangeAnimationSpec.java | 34 import android.view.animation.ScaleAnimation; 107 anim = new ScaleAnimation(endScaleX, endScaleX, endScaleY, endScaleY); in createBoundsInterpolator() 115 final Animation scaleAnim = new ScaleAnimation(startScaleX, 1, startScaleY, 1); in createBoundsInterpolator()
|
H A D | AppTransition.java | 132 import android.view.animation.ScaleAnimation; 744 final ScaleAnimation scale = enter ? in createAspectScaledThumbnailFreeformAnimationLocked() 745 new ScaleAnimation(scaleH, 1, scaleV, 1, scaleHCenter, scaleVCenter) in createAspectScaledThumbnailFreeformAnimationLocked() 746 : new ScaleAnimation(1, scaleH, 1, scaleV, scaleHCenter, scaleVCenter); in createAspectScaledThumbnailFreeformAnimationLocked() 778 Animation scale = new ScaleAnimation(1, scaleW, 1, scaleH, in createThumbnailScaleAnimationLocked() 795 a = new ScaleAnimation(scaleW, 1, scaleH, 1, in createThumbnailScaleAnimationLocked()
|
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskFragmentAnimationSpec.java | 36 import android.view.animation.ScaleAnimation; 144 final Animation startScale = new ScaleAnimation(startScaleX, startScaleX, startScaleY, in createChangeBoundsChangeAnimations() 156 final Animation endScale = new ScaleAnimation(scaleX, 1, scaleY, 1); in createChangeBoundsChangeAnimations()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
H A D | PieRenderer.java | 49 private ScaleAnimation mAnimation = new ScaleAnimation(); 783 private class ScaleAnimation extends Animation { class in PieRenderer 787 public ScaleAnimation() { in ScaleAnimation() method in PieRenderer.ScaleAnimation
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/ |
H A D | PieRenderer.java | 47 private ScaleAnimation animation = new ScaleAnimation(); 775 private class ScaleAnimation extends Animation { class in PieRenderer 779 public ScaleAnimation() { in ScaleAnimation() method in PieRenderer.ScaleAnimation
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | MultiAttachmentLayout.java | 25 import android.view.animation.ScaleAnimation; 393 animationSet.addAnimation(new ScaleAnimation(scaleX, 1, scaleY, 1)); in trySlideAttachmentView()
|
/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/ |
H A D | LeanbackKeyboardContainer.java | 399 private ScaleAnimation mSelectorAnimation; 455 private class ScaleAnimation extends Animation { class in LeanbackKeyboardContainer 467 public ScaleAnimation(FrameLayout view) { in ScaleAnimation() method in LeanbackKeyboardContainer.ScaleAnimation 583 mSelectorAnimation = new ScaleAnimation((FrameLayout) mSelector); in LeanbackKeyboardContainer()
|
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
H A D | PhotoViewController.java | 36 import android.view.animation.ScaleAnimation; 1052 Animation scaleAnimation = new ScaleAnimation(scale, scale, 0, 0); in runEnterAnimation() 1145 final Animation scaleAnimation = new ScaleAnimation(1f, 1f, scale, scale); in runExitAnimation()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 19057 …ion;,Landroid/view/animation/AlphaAnimation;,Landroid/view/animation/ScaleAnimation;,Landroid/view… 19102 …ion;,Landroid/view/animation/AlphaAnimation;,Landroid/view/animation/ScaleAnimation;,Landroid/view… 19107 …tion;Landroid/view/animation/AlphaAnimation;,Landroid/view/animation/ScaleAnimation;,Landroid/view… 19108 …tion;Landroid/view/animation/AlphaAnimation;,Landroid/view/animation/ScaleAnimation;,Landroid/view… 19153 HSPLandroid/view/animation/ScaleAnimation;-><init>(Landroid/content/Context;Landroid/util/Attribute… 19154 …ScaleAnimation;->applyTransformation(FLandroid/view/animation/Transformation;)V+]Landroid/graphics… 19155 …roid/view/animation/ScaleAnimation;->initialize(IIII)V+]Landroid/view/animation/ScaleAnimation;Lan… 19156 HSPLandroid/view/animation/ScaleAnimation;->initializePivotPoint()V 19157 HSPLandroid/view/animation/ScaleAnimation;->resolveScale(FIIII)F 31611 Landroid/view/animation/ScaleAnimation;
|
H A D | preloaded-classes | 7862 android.view.animation.ScaleAnimation
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 47886 Landroid/R$styleable;->ScaleAnimation:[I 62548 Landroid/view/animation/ScaleAnimation;->mFromX:F 62551 Landroid/view/animation/ScaleAnimation;->mFromY:F 62554 Landroid/view/animation/ScaleAnimation;->mPivotX:F 62557 Landroid/view/animation/ScaleAnimation;->mPivotY:F 62561 Landroid/view/animation/ScaleAnimation;->mToX:F 62562 Landroid/view/animation/ScaleAnimation;->mToXData:I 62563 Landroid/view/animation/ScaleAnimation;->mToXType:I 62564 Landroid/view/animation/ScaleAnimation;->mToY:F 62565 Landroid/view/animation/ScaleAnimation;->mToYData:I [all …]
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 19105 …ion;,Landroid/view/animation/AlphaAnimation;,Landroid/view/animation/ScaleAnimation;,Landroid/view… 19150 …ion;,Landroid/view/animation/AlphaAnimation;,Landroid/view/animation/ScaleAnimation;,Landroid/view… 19155 …tion;Landroid/view/animation/AlphaAnimation;,Landroid/view/animation/ScaleAnimation;,Landroid/view… 19156 …tion;Landroid/view/animation/AlphaAnimation;,Landroid/view/animation/ScaleAnimation;,Landroid/view… 19201 HSPLandroid/view/animation/ScaleAnimation;-><init>(Landroid/content/Context;Landroid/util/Attribute… 19202 …ScaleAnimation;->applyTransformation(FLandroid/view/animation/Transformation;)V+]Landroid/graphics… 19203 …roid/view/animation/ScaleAnimation;->initialize(IIII)V+]Landroid/view/animation/ScaleAnimation;Lan… 19204 HSPLandroid/view/animation/ScaleAnimation;->initializePivotPoint()V 19205 HSPLandroid/view/animation/ScaleAnimation;->resolveScale(FIIII)F 41275 Landroid/view/animation/ScaleAnimation;
|
H A D | preloaded-classes | 7883 android.view.animation.ScaleAnimation
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 51491 public class ScaleAnimation extends android.view.animation.Animation { 51492 ctor public ScaleAnimation(android.content.Context, android.util.AttributeSet); 51493 ctor public ScaleAnimation(float, float, float, float); 51494 ctor public ScaleAnimation(float, float, float, float, float, float); 51495 ctor public ScaleAnimation(float, float, float, float, int, float, int, float);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 35471 public class ScaleAnimation extends android.view.animation.Animation { 35472 ctor public ScaleAnimation(android.content.Context, android.util.AttributeSet); 35473 ctor public ScaleAnimation(float, float, float, float); 35474 ctor public ScaleAnimation(float, float, float, float, float, float); 35475 ctor public ScaleAnimation(float, float, float, float, int, float, int, float);
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/services/ |
H A D | art-profile | 49382 …AlphaAnimation;,Landroid/view/animation/TranslateAnimation;,Landroid/view/animation/ScaleAnimation; 49389 …TranslateAnimation;,Landroid/view/animation/AlphaAnimation;,Landroid/view/animation/ScaleAnimation; 49390 …TranslateAnimation;,Landroid/view/animation/AlphaAnimation;,Landroid/view/animation/ScaleAnimation; 49524 …ion;,Landroid/view/animation/AlphaAnimation;,Landroid/view/animation/ScaleAnimation;]Lcom/android/… 49606 …ion;,Landroid/view/animation/AlphaAnimation;,Landroid/view/animation/ScaleAnimation;]Lcom/android/…
|