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.java597 float scaleH = mTmpRect.height() / (float) appHeight; in createScaleUpAnimationLockedCompat() local
672 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLockedCompat() local
700 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLockedCompat() local
1037 final float scaleH = enter ? sourceWidth / destWidth : destWidth / sourceWidth; in createAspectScaledThumbnailFreeformAnimationLocked() local
/frameworks/base/core/java/android/widget/
DSimpleMonthView.java921 final float scaleH = paddedHeight / (float) measuredPaddedHeight; in onLayout() local
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java684 final float scaleH = enter ? sourceWidth / destWidth : destWidth / sourceWidth; in createAspectScaledThumbnailFreeformAnimationLocked() local