Home
last modified time | relevance | path

Searched refs:startScale (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationSpec.java170 final Animation startScale = new ScaleAnimation(startScaleX, startScaleX, startScaleY, in createChangeBoundsChangeAnimations() local
172 startScale.setInterpolator(mFastOutExtraSlowInInterpolator); in createChangeBoundsChangeAnimations()
173 startScale.setDuration(CHANGE_ANIMATION_DURATION); in createChangeBoundsChangeAnimations()
174 startSet.addAnimation(startScale); in createChangeBoundsChangeAnimations()
/aosp14/frameworks/base/core/java/android/content/res/
H A DFontScaleConverterFactory.java146 float startScale = getScaleFromKey(LOOKUP_TABLES.keyAt(lowerIndex)); in forScale() local
151 startScale, in forScale()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationSpec.java167 final Animation startScale = new ScaleAnimation(startScaleX, startScaleX, startScaleY, in createChangeBoundsChangeAnimations() local
169 startScale.setInterpolator(mFastOutExtraSlowInInterpolator); in createChangeBoundsChangeAnimations()
170 startScale.setDuration(CHANGE_ANIMATION_DURATION); in createChangeBoundsChangeAnimations()
171 startSet.addAnimation(startScale); in createChangeBoundsChangeAnimations()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayoutController.kt187 val startScale = widgetStart.scale regex
188 newScale = MathUtils.lerp(startScale, startScale * GONE_SCALE_AMOUNT, progress)
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSurfaceTransactionHelper.java127 final float startScale = sourceBounds.width() <= sourceBounds.height() in scaleAndCrop() local
130 scale = (1 - fraction) * startScale + fraction * endScale; in scaleAndCrop()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
H A DPipSurfaceTransactionHelper.java99 final float startScale = sourceRectHint.width() <= sourceRectHint.height() in scaleAndCrop() local
102 scale = (1 - progress) * startScale + progress * endScale; in scaleAndCrop()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java479 float startTranslationY, float endTranslationY, float startScale, float endScale, in startCellStateAnimation() argument
484 endTranslationY, startScale, endScale, delay, duration, interpolator, in startCellStateAnimation()
488 endTranslationY, startScale, endScale, delay, duration, interpolator, in startCellStateAnimation()
496 final float startScale, final float endScale, in startCellStateAnimationSw() argument
500 cellState.radius = mDotSize/2 * startScale; in startCellStateAnimationSw()
511 cellState.radius = mDotSize/2 * ((1 - t) * startScale + t * endScale); in startCellStateAnimationSw()
529 float startScale, float endScale, in startCellStateAnimationHw() argument
538 cellState.hwRadius = CanvasProperty.createFloat(mDotSize/2 * startScale); in startCellStateAnimationHw()