Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayoutController.kt202 val endScale = widgetEnd.scale in getInterpolatedState() constant
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationSpec.java179 final Animation endScale = new ScaleAnimation(scaleX, 1, scaleY, 1); in createChangeBoundsChangeAnimations() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationSpec.java186 final Animation endScale = new ScaleAnimation(scaleX, 1, scaleY, 1); in createChangeBoundsChangeAnimations() local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
DPipSurfaceTransactionHelper.java101 final float endScale = sourceRectHint.width() <= sourceRectHint.height() in scaleAndCrop() local
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java502 float startTranslationY, float endTranslationY, float startScale, float endScale, in startCellStateAnimation()
519 final float startScale, final float endScale, in startCellStateAnimationSw()
552 float startScale, float endScale, in startCellStateAnimationHw()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/
DPipSurfaceTransactionHelper.java144 final float endScale = sourceBounds.width() <= sourceBounds.height() in scaleAndCrop() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationAnimationController.java217 final float endScale = (mState == STATE_ENABLING ? mEndSpec.mScale : currentScale); in setupEnableAnimationSpecs() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipSurfaceTransactionHelper.java144 final float endScale = sourceBounds.width() <= sourceBounds.height() in scaleAndCrop() local
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java267 float endScale = isPressed ? PRESSED_SCALE : (isHovered ? HOVERED_SCALE : 1f); in onStateChange() local
/frameworks/base/core/java/android/content/res/
DFontScaleConverterFactory.java208 float endScale = getScaleFromKey(sLookupTables.keyAt(higherIndex)); in forScale() local