Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java731 float scaleW = mTmpRect.width() / (float) appWidth; in createScaleUpAnimationLocked() local
1072 float scaleW = appWidth / thumbWidth; in createThumbnailAspectScaleAnimationLocked() local
1437 float scaleW = appWidth / thumbWidth; in createThumbnailScaleAnimationLocked() local
1454 float scaleW = appWidth / thumbWidth; in createThumbnailScaleAnimationLocked() local
1483 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLocked() local
1511 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLocked() local
/frameworks/base/core/java/android/hardware/camera2/legacy/
DParameterUtils.java804 float scaleW = (NORMALIZED_RECTANGLE_MAX - NORMALIZED_RECTANGLE_MIN) * 1.0f / in convertMeteringRectangleToLegacy() local
961 float scaleW = previewCrop.width() * 1.0f / in convertCameraAreaToActiveArrayRectangle() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java1002 final float scaleW = (float) mAnimationStartWidth / totalWidth; in runEnterAnimation() local
1092 final float scaleW = (float) mAnimationStartWidth / totalWidth; in runExitAnimation() 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()