Searched defs:scaleH (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppTransition.java | 732 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/ |
D | ParameterUtils.java | 806 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/ |
D | SimpleMonthView.java | 910 final float scaleH = paddedHeight / (float) measuredPaddedHeight; in onLayout() local
|
/frameworks/ml/nn/common/operations/ |
D | GenerateProposals.cpp | 1310 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()
|