Searched defs:endScale (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | FontScaleConverterFactory.java | 147 float endScale = getScaleFromKey(LOOKUP_TABLES.keyAt(higherIndex)); in forScale() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
H A D | TransitionLayoutController.kt | 161 val endScale = widgetEnd.scale regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
H A D | ActivityEmbeddingAnimationSpec.java | 182 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 D | TaskFragmentAnimationSpec.java | 179 final Animation endScale = new ScaleAnimation(scaleX, 1, scaleY, 1); in createChangeBoundsChangeAnimations() local
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockPatternView.java | 479 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 D | PipSurfaceTransactionHelper.java | 96 final float endScale = sourceRectHint.width() <= sourceRectHint.height() in scaleAndCrop() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipSurfaceTransactionHelper.java | 124 final float endScale = sourceBounds.width() <= sourceBounds.height() in scaleAndCrop() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationAnimationController.java | 216 final float endScale = (mState == STATE_ENABLING ? mEndSpec.mScale : currentScale); in setupEnableAnimationSpecs() local
|