Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java732 float scaleH = mTmpRect.height() / (float) appHeight; in createScaleUpAnimationLocked() local
1378 final float scaleH = enter ? sourceWidth / destWidth : destWidth / sourceWidth; in createAspectScaledThumbnailFreeformAnimationLocked() local
1438 float scaleH = appHeight / thumbHeight; in createThumbnailScaleAnimationLocked() local
1455 float scaleH = appHeight / thumbHeight; in createThumbnailScaleAnimationLocked() local
1484 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLocked() local
1512 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.java910 final float scaleH = paddedHeight / (float) measuredPaddedHeight; in onLayout() local
/frameworks/ml/nn/common/operations/
DGenerateProposals.cpp1310 float scaleX, float scaleH, float scaleW, bool useRegularNms, int32_t maxNumDetections, in detectionPostprocessFloat32()
1415 float scaleX, float scaleH, float scaleW, bool useRegularNms, int32_t maxNumDetections, in detectionPostprocessFloat16()