Searched defs:startScale (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | FontScaleConverterFactory.java | 146 float startScale = getScaleFromKey(LOOKUP_TABLES.keyAt(lowerIndex)); in forScale() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
H A D | TransitionLayoutController.kt | 187 val startScale = widgetStart.scale regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/ |
H A D | ActivityEmbeddingAnimationSpec.java | 170 final Animation startScale = new ScaleAnimation(startScaleX, startScaleX, startScaleY, in createChangeBoundsChangeAnimations() local
|
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskFragmentAnimationSpec.java | 167 final Animation startScale = new ScaleAnimation(startScaleX, startScaleX, startScaleY, 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 | 99 final float startScale = sourceRectHint.width() <= sourceRectHint.height() in scaleAndCrop() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipSurfaceTransactionHelper.java | 127 final float startScale = sourceBounds.width() <= sourceBounds.height() in scaleAndCrop() local
|