Home
last modified time | relevance | path

Searched defs:endScale (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/res/
H A DFontScaleConverterFactory.java147 float endScale = getScaleFromKey(LOOKUP_TABLES.keyAt(higherIndex)); in forScale() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayoutController.kt161 val endScale = widgetEnd.scale regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationSpec.java182 final Animation endScale = new ScaleAnimation(scaleX, 1, scaleY, 1); in createChangeBoundsChangeAnimations() local
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationSpec.java179 final Animation endScale = new ScaleAnimation(scaleX, 1, scaleY, 1); in createChangeBoundsChangeAnimations() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java479 float startTranslationY, float endTranslationY, float startScale, float endScale, in startCellStateAnimation()
496 final float startScale, final float endScale, in startCellStateAnimationSw()
529 float startScale, float endScale, in startCellStateAnimationHw()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
H A DPipSurfaceTransactionHelper.java96 final float endScale = sourceRectHint.width() <= sourceRectHint.height() in scaleAndCrop() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSurfaceTransactionHelper.java124 final float endScale = sourceBounds.width() <= sourceBounds.height() in scaleAndCrop() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationAnimationController.java216 final float endScale = (mState == STATE_ENABLING ? mEndSpec.mScale : currentScale); in setupEnableAnimationSpecs() local