Home
last modified time | relevance | path

Searched defs:scaleH (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java599 float scaleH = mTmpRect.height() / (float) appHeight; in createScaleUpAnimationLockedCompat() local
674 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLockedCompat() local
702 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLockedCompat() local
1053 final float scaleH = enter ? sourceWidth / destWidth : destWidth / sourceWidth; in createAspectScaledThumbnailFreeformAnimationLocked() local
/aosp14/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java917 final float scaleH = paddedHeight / (float) measuredPaddedHeight; in onLayout() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java697 final float scaleH = enter ? sourceWidth / destWidth : destWidth / sourceWidth; in createAspectScaledThumbnailFreeformAnimationLocked() local