Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java604 float scaleH = mTmpRect.height() / (float) appHeight; in createScaleUpAnimationLocked() local
1194 final float scaleH = enter ? sourceWidth / destWidth : destWidth / sourceWidth; in createAspectScaledThumbnailFreeformAnimationLocked() local
1253 float scaleH = appHeight / thumbHeight; in createThumbnailScaleAnimationLocked() local
1270 float scaleH = appHeight / thumbHeight; in createThumbnailScaleAnimationLocked() local
1299 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLocked() local
1327 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLocked() local
/frameworks/base/core/java/android/hardware/camera2/legacy/
DParameterUtils.java806 float scaleH = (NORMALIZED_RECTANGLE_MAX - NORMALIZED_RECTANGLE_MIN) * 1.0f / in convertMeteringRectangleToLegacy() local
963 float scaleH = previewCrop.height() * 1.0f / in convertCameraAreaToActiveArrayRectangle() local
/frameworks/base/core/java/android/widget/
DSimpleMonthView.java905 final float scaleH = paddedHeight / (float) measuredPaddedHeight; in onLayout() local