Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java603 float scaleW = mTmpRect.width() / (float) appWidth; in createScaleUpAnimationLocked() local
910 float scaleW = appWidth / thumbWidth; in createThumbnailAspectScaleAnimationLocked() local
1252 float scaleW = appWidth / thumbWidth; in createThumbnailScaleAnimationLocked() local
1269 float scaleW = appWidth / thumbWidth; in createThumbnailScaleAnimationLocked() local
1298 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLocked() local
1326 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