Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/res/
H A DFontScaleConverterFactory.java146 float startScale = getScaleFromKey(LOOKUP_TABLES.keyAt(lowerIndex)); in forScale() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayoutController.kt187 val startScale = widgetStart.scale regex
/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
/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
/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.java99 final float startScale = sourceRectHint.width() <= sourceRectHint.height() in scaleAndCrop() local
/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