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.java466 float scaleW = mNextAppTransitionStartWidth / (float) appWidth; in createScaleUpAnimationLocked() local
661 float scaleW = deviceWidth / thumbWidth; in createThumbnailAspectScaleAnimationLocked() local
852 float scaleW = appWidth / thumbWidth; in createThumbnailScaleAnimationLocked() local
869 float scaleW = appWidth / thumbWidth; in createThumbnailScaleAnimationLocked() local
894 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLocked() local
922 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.java923 final float scaleW = (float) mAnimationStartWidth / totalWidth; in runEnterAnimation() local
1005 final float scaleW = (float) mAnimationStartWidth / totalWidth; in runExitAnimation() local