/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | HandleImageButton.kt | 55 private fun animateHandle(duration: Long, endScale: Float) { in <lambda>() 60 handleAnimator.setFloatValues(scaleX, endScale) in <lambda>()
|
/frameworks/base/core/java/android/content/res/ |
D | FontScaleConverterFactory.java | 208 float endScale = getScaleFromKey(sLookupTables.keyAt(higherIndex)); in forScale() local 213 endScale, in forScale()
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
D | FastBitmapDrawable.java | 267 float endScale = isPressed ? PRESSED_SCALE : (isHovered ? HOVERED_SCALE : 1f); in onStateChange() local 268 if (mScale != endScale) { in onStateChange() 276 mScaleAnimation = ObjectAnimator.ofFloat(this, SCALE, endScale); in onStateChange() 281 mScale = endScale; in onStateChange()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
D | ActivityEmbeddingAnimationSpec.java | 186 final Animation endScale = new ScaleAnimation(scaleX, 1, scaleY, 1); in createChangeBoundsChangeAnimations() local 187 endScale.setDuration(CHANGE_ANIMATION_DURATION); in createChangeBoundsChangeAnimations() 188 endSet.addAnimation(endScale); in createChangeBoundsChangeAnimations()
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
D | TaskFragmentAnimationSpec.java | 179 final Animation endScale = new ScaleAnimation(scaleX, 1, scaleY, 1); in createChangeBoundsChangeAnimations() local 180 endScale.setDuration(CHANGE_ANIMATION_DURATION); in createChangeBoundsChangeAnimations() 181 endSet.addAnimation(endScale); in createChangeBoundsChangeAnimations()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
D | TransitionLayoutController.kt | 202 val endScale = widgetEnd.scale in getInterpolatedState() constant 203 newScale = MathUtils.lerp(GONE_SCALE_AMOUNT * endScale, endScale, progress) in getInterpolatedState()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/ |
D | PipSurfaceTransactionHelper.java | 101 final float endScale = sourceRectHint.width() <= sourceRectHint.height() in scaleAndCrop() local 107 scale = Math.min((1 - progress) * startScale + progress * endScale, 1.0f); in scaleAndCrop()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/ |
D | PipSurfaceTransactionHelper.java | 144 final float endScale = sourceBounds.width() <= sourceBounds.height() in scaleAndCrop() local 150 scale = (1 - fraction) * startScale + fraction * endScale; in scaleAndCrop()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipSurfaceTransactionHelper.java | 144 final float endScale = sourceBounds.width() <= sourceBounds.height() in scaleAndCrop() local 150 scale = (1 - fraction) * startScale + fraction * endScale; in scaleAndCrop()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternView.java | 502 float startTranslationY, float endTranslationY, float startScale, float endScale, in startCellStateAnimation() argument 507 endTranslationY, startScale, endScale, delay, duration, interpolator, in startCellStateAnimation() 511 endTranslationY, startScale, endScale, delay, duration, interpolator, in startCellStateAnimation() 519 final float startScale, final float endScale, in startCellStateAnimationSw() argument 534 cellState.radius = mDotSize/2 * ((1 - t) * startScale + t * endScale); in startCellStateAnimationSw() 552 float startScale, float endScale, in startCellStateAnimationHw() argument 556 cellState.radius = mDotSize/2 * endScale; in startCellStateAnimationHw() 568 startRtFloatAnimation(cellState.hwRadius, mDotSize/2 * endScale, delay, duration, in startCellStateAnimationHw()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | WindowMagnificationAnimationController.java | 217 final float endScale = (mState == STATE_ENABLING ? mEndSpec.mScale : currentScale); in setupEnableAnimationSpecs() local 223 mEndSpec.set(Float.isNaN(scale) ? endScale : scale, in setupEnableAnimationSpecs()
|