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.java470 float scaleH = mTmpRect.height() / (float) appHeight; in createScaleUpAnimationLocked() local
537 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLocked() local
565 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLocked() local
776 final float scaleH = enter ? sourceWidth / destWidth : destWidth / sourceWidth; in createAspectScaledThumbnailFreeformAnimationLocked() local
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java881 final float scaleH = enter ? sourceWidth / destWidth : destWidth / sourceWidth; in createAspectScaledThumbnailFreeformAnimationLocked() local
925 float scaleH = appHeight / thumbHeight; in createThumbnailScaleAnimationLocked() local
942 float scaleH = appHeight / thumbHeight; in createThumbnailScaleAnimationLocked() local
/frameworks/base/core/java/android/widget/
DSimpleMonthView.java912 final float scaleH = paddedHeight / (float) measuredPaddedHeight; in onLayout() local