/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowAnimationSpec.java | 46 private Animation mAnimation; field in WindowAnimationSpec 65 mAnimation = animation; in WindowAnimationSpec() 85 return mAnimation.getShowWallpaper(); in getShowWallpaper() 90 return mAnimation.getShowBackdrop(); in getShowBackground() 95 return mAnimation.getBackdropColor(); in getBackgroundColor() 103 return mAnimation.hasExtension(); in hasExtension() 108 return mAnimation.computeDurationHint(); in getDuration() 116 return mAnimation; in getAnimation() 123 mAnimation.getTransformation(currentPlayTime, tmp.transformation); in apply() 205 pw.print(prefix); pw.println(mAnimation); in dump() [all …]
|
H A D | SurfaceAnimator.java | 57 private AnimationAdapter mAnimation; field in SurfaceAnimator 120 if (anim != mAnimation) { in getFinishedCallback() 126 if (anim != mAnimation) { in getFinishedCallback() 172 mAnimation = anim; 198 mAnimation.dump(pw, ""); 248 return mAnimation != null; 260 return mAnimation; 325 mAnimation = from.mAnimation; 396 mAnimation = null; 491 if (mAnimation != null) { [all …]
|
H A D | WindowChangeAnimationSpec.java | 53 private Animation mAnimation; field in WindowChangeAnimationSpec 74 return mAnimation.getDuration(); in getDuration() 110 mAnimation = animSet; in createBoundsInterpolator() 111 mAnimation.initialize(mStartBounds.width(), mStartBounds.height(), in createBoundsInterpolator() 132 mAnimation = animSet; in createBoundsInterpolator() 133 mAnimation.initialize(mStartBounds.width(), mStartBounds.height(), in createBoundsInterpolator() 142 mAnimation.getTransformation(currentPlayTime, tmp.mTransformation); in apply() 146 mAnimation.getTransformation(currentPlayTime, tmp.mTransformation); in apply() 169 return Math.max(uptime, uptime + ((long) (((float) mAnimation.getDuration()) * 0.99f)) in calculateStatusBarTransitionStartTime() 185 pw.print(prefix); pw.println(mAnimation.getDuration()); in dump() [all …]
|
H A D | SurfaceFreezer.java | 217 private AnimationAdapter mAnimation; field in SurfaceFreezer.Snapshot 265 mAnimation = anim; in startAnimation() 270 mAnimation.startAnimation(mSurfaceControl, t, type, (typ, ani) -> { }); in startAnimation() 281 final AnimationAdapter animation = mAnimation; in cancelAnimation() 282 mAnimation = null; in cancelAnimation()
|
H A D | ScreenRotationAnimation.java | 747 private WindowAnimationSpec createWindowAnimationSpec(Animation mAnimation) { in createWindowAnimationSpec() argument 748 return new WindowAnimationSpec(mAnimation, new Point(0, 0) /* position */, in createWindowAnimationSpec()
|
/aosp14/frameworks/base/core/java/android/view/animation/ |
H A D | LayoutAnimationController.java | 78 protected Animation mAnimation; field in LayoutAnimationController 201 mAnimation = animation; in setAnimation() 202 mAnimation.setFillBefore(true); in setAnimation() 215 return mAnimation; in getAnimation() 301 mDuration = mAnimation.getDuration(); in start() 303 mAnimation.setStartTime(-1); in start() 323 final long delay = getDelayForView(view) + mAnimation.getStartOffset(); in getAnimationForView() 327 final Animation animation = mAnimation.clone(); in getAnimationForView() 343 mAnimation.getStartTime() + mMaxDelay + mDuration; in isDone() 378 final float delay = mDelay * mAnimation.getDuration(); in getDelayForView()
|
H A D | GridLayoutAnimationController.java | 313 final long duration = mAnimation.getDuration(); in getDelayForView()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InsetsResizeAnimationRunner.java | 51 private final WindowInsetsAnimation mAnimation; field in InsetsResizeAnimationRunner 64 mAnimation = new WindowInsetsAnimation(types, interpolator, duration); in InsetsResizeAnimationRunner() 65 mAnimation.setAlpha(1f); in InsetsResizeAnimationRunner() 70 controller.startAnimation(this, this, types, mAnimation, in InsetsResizeAnimationRunner() 86 return mAnimation; in getAnimation() 122 mAnimator.setDuration(mAnimation.getDurationMillis()); in onReady() 124 mAnimation.setFraction(animation.getAnimatedFraction()); in onReady() 143 final float fraction = mAnimation.getInterpolatedFraction(); in applyChangeInsets() 174 proto.write(PENDING_FRACTION, mAnimation.getInterpolatedFraction()); in dumpDebug()
|
H A D | InsetsAnimationControlImpl.java | 103 private final WindowInsetsAnimation mAnimation; field in InsetsAnimationControlImpl 159 mAnimation = new WindowInsetsAnimation(mTypes, interpolator, in InsetsAnimationControlImpl() 161 mAnimation.setAlpha(getCurrentAlpha()); in InsetsAnimationControlImpl() 172 mController.startAnimation(this, listener, types, mAnimation, in InsetsAnimationControlImpl() 300 mAnimation.setFraction(mPendingFraction); in applyChangeInsets() 302 mAnimation.setAlpha(mPendingAlpha); in applyChangeInsets() 345 return mAnimation.getFraction(); in getCurrentFraction() 380 return mAnimation; in getAnimation()
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | AnimatorSet.java | 316 childList.add(node.mAnimation); 334 Animator animation = node.mAnimation; 638 node.mAnimation.setupStartValues(); 649 node.mAnimation.setupEndValues(); 992 Animator animator = node.mAnimation; 1263 if (node.mAnimation.isStarted()) { 1268 node.mAnimation.cancel(); 1290 node.mAnimation.cancel(); 1907 Animator mAnimation; 1953 this.mAnimation = animation; [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
H A D | ActivityEmbeddingAnimationAdapter.java | 46 final Animation mAnimation; field in ActivityEmbeddingAnimationAdapter 89 mAnimation = animation; in ActivityEmbeddingAnimationAdapter() 133 mAnimation.getTransformationAt(0, mTransformation); in prepareForFirstFrame() 140 mAnimation.getTransformation(Math.min(currentPlayTime, mAnimation.getDuration()), in onAnimationUpdate() 167 } else if (mAnimation.hasExtension()) { in onAnimationUpdateInner() 181 onAnimationUpdate(t, mAnimation.getDuration()); in onAnimationEnd() 185 return mAnimation.computeDurationHint(); in getDurationHint()
|
H A D | ActivityEmbeddingAnimationRunner.java | 319 final Animation animation = adapter.mAnimation; in addEdgeExtensionIfNeeded() 343 adapter.mAnimation, 0 /* defaultColor */); in addBackgroundColorIfNeeded()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayImeController.java | 223 ValueAnimator mAnimation = null; field in DisplayImeController.PerDisplay 288 if (mAnimation != null) { in insetsControlChanged() 304 } else if (mAnimation != null) { in insetsControlChanged() 305 mAnimation.cancel(); in insetsControlChanged() 419 if (mAnimation != null) { in startAnimation() 420 if (mAnimation.isRunning()) { in startAnimation() 424 mAnimation.cancel(); in startAnimation() 440 mAnimation.setDuration( in startAnimation() 457 mAnimation.setInterpolator(INTERPOLATOR); in startAnimation() 542 mAnimation = null; in startAnimation() [all …]
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowAnimationSpecTest.java | 56 private final Animation mAnimation = mock(Animation.class); field in WindowAnimationSpecTest 73 WindowAnimationSpec windowAnimationSpec = new WindowAnimationSpec(mAnimation, null, in testApply_clipAfter() 84 WindowAnimationSpec windowAnimationSpec = new WindowAnimationSpec(mAnimation, in testApply_clipAfterOffsetPosition() 95 WindowAnimationSpec windowAnimationSpec = new WindowAnimationSpec(mAnimation, null, in testApply_setCornerRadius_noClip() 98 when(mAnimation.hasRoundedCorners()).thenReturn(true); in testApply_setCornerRadius_noClip()
|
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskFragmentAnimationAdapter.java | 46 final Animation mAnimation; field in TaskFragmentAnimationAdapter 89 mAnimation = animation; in TaskFragmentAnimationAdapter() 129 mAnimation.getTransformation(Math.min(currentPlayTime, mAnimation.getDuration()), in onAnimationUpdate() 166 onAnimationUpdate(t, mAnimation.getDuration()); in onAnimationEnd() 170 return mAnimation.computeDurationHint(); in getDurationHint()
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 216 if (mAnimation != nullptr) { in ~BootAnimation() 217 releaseAnimation(mAnimation); in ~BootAnimation() 218 mAnimation = nullptr; in ~BootAnimation() 710 return (mAnimation != nullptr); in preloadAnimation() 783 bool dynamicColoringEnabled = mAnimation != nullptr && mAnimation->dynamicColoringEnabled; in initShaders() 1360 if (mAnimation == nullptr) { in movie() 1364 if (mAnimation == nullptr) in movie() 1433 playAnimation(*mAnimation); in movie() 1444 releaseAnimation(mAnimation); in movie() 1445 mAnimation = nullptr; in movie() [all …]
|
H A D | BootAnimation.h | 242 Animation* mAnimation = nullptr; variable
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ProgressBar.java | 215 private AlphaAnimation mAnimation; field in ProgressBar 1966 if (mAnimation == null) { in startAnimation() 1967 mAnimation = new AlphaAnimation(0.0f, 1.0f); in startAnimation() 1969 mAnimation.reset(); in startAnimation() 1972 mAnimation.setRepeatMode(mBehavior); in startAnimation() 1973 mAnimation.setRepeatCount(Animation.INFINITE); in startAnimation() 1974 mAnimation.setDuration(mDuration); in startAnimation() 1975 mAnimation.setInterpolator(mInterpolator); in startAnimation() 1976 mAnimation.setStartTime(Animation.START_ON_FIRST_FRAME); in startAnimation() 2165 mAnimation.getTransformation(time, mTransformation); in drawTrack()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 820 Landroid/animation/AnimatorSet$Node;->mAnimation:Landroid/animation/Animator; 68666 Landroid/widget/ProgressBar;->mAnimation:Landroid/view/animation/AlphaAnimation;
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 54980 field protected android.view.animation.Animation mAnimation;
|