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.java402 float scaleW = mNextAppTransitionStartWidth / (float) appWidth; in createScaleUpAnimationLocked() local
516 float scaleW = deviceWidth / thumbWidth; in createThumbnailAspectScaleAnimationLocked() local
717 float scaleW = appWidth / thumbWidth; in createThumbnailScaleAnimationLocked() local
734 float scaleW = appWidth / thumbWidth; in createThumbnailScaleAnimationLocked() local
759 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLocked() local
787 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLocked() local
/frameworks/base/core/java/android/hardware/camera2/legacy/
DParameterUtils.java801 float scaleW = (NORMALIZED_RECTANGLE_MAX - NORMALIZED_RECTANGLE_MIN) * 1.0f / in convertMeteringRectangleToLegacy() local
958 float scaleW = previewCrop.width() * 1.0f / in convertCameraAreaToActiveArrayRectangle() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java923 final float scaleW = (float) mAnimationStartWidth / totalWidth; in runEnterAnimation() local
1005 final float scaleW = (float) mAnimationStartWidth / totalWidth; in runExitAnimation() local