Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java563 float scaleH = mTmpRect.height() / (float) appHeight; in createScaleUpAnimationLockedCompat() local
638 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLockedCompat() local
666 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLockedCompat() local
1017 final float scaleH = enter ? sourceWidth / destWidth : destWidth / sourceWidth; in createAspectScaledThumbnailFreeformAnimationLocked() local
/frameworks/base/core/java/android/widget/
DSimpleMonthView.java912 final float scaleH = paddedHeight / (float) measuredPaddedHeight; in onLayout() local
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java708 final float scaleH = enter ? sourceWidth / destWidth : destWidth / sourceWidth; in createAspectScaledThumbnailFreeformAnimationLocked() local