Home
last modified time | relevance | path

Searched refs:endSet (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationSpec.java177 final AnimationSet endSet = new AnimationSet(true /* shareInterpolator */); in createChangeBoundsChangeAnimations() local
178 endSet.setInterpolator(mFastOutExtraSlowInInterpolator); in createChangeBoundsChangeAnimations()
181 endSet.addAnimation(endScale); in createChangeBoundsChangeAnimations()
187 endSet.addAnimation(endTranslate); in createChangeBoundsChangeAnimations()
195 endSet.addAnimation(clipAnim); in createChangeBoundsChangeAnimations()
196 endSet.initialize(startBounds.width(), startBounds.height(), parentBounds.width(), in createChangeBoundsChangeAnimations()
198 endSet.scaleCurrentDuration(mTransitionAnimationScaleSetting); in createChangeBoundsChangeAnimations()
200 return new Animation[]{startSet, endSet}; in createChangeBoundsChangeAnimations()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationSpec.java180 final AnimationSet endSet = new AnimationSet(true /* shareInterpolator */); in createChangeBoundsChangeAnimations() local
181 endSet.setInterpolator(mFastOutExtraSlowInInterpolator); in createChangeBoundsChangeAnimations()
184 endSet.addAnimation(endScale); in createChangeBoundsChangeAnimations()
190 endSet.addAnimation(endTranslate); in createChangeBoundsChangeAnimations()
191 endSet.initialize(startBounds.width(), startBounds.height(), parentBounds.width(), in createChangeBoundsChangeAnimations()
193 endSet.scaleCurrentDuration(mTransitionAnimationScaleSetting); in createChangeBoundsChangeAnimations()
195 return new Animation[]{startSet, endSet}; in createChangeBoundsChangeAnimations()