Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java643 float scaleH = mTmpRect.height() / (float) appHeight; in createScaleUpAnimationLockedCompat() local
718 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLockedCompat() local
746 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLockedCompat() local
1083 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