Searched refs:scaleW (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/java/com/android/server/wm/ |
D | AppTransition.java | 339 float scaleW = mNextAppTransitionStartWidth / (float) appWidth; in createScaleUpAnimationLocked() local 341 Animation scale = new ScaleAnimation(scaleW, 1, scaleH, 1, in createScaleUpAnimationLocked() 342 computePivot(mNextAppTransitionStartX, scaleW), in createScaleUpAnimationLocked() 398 float scaleW = appWidth / thumbWidth; in createThumbnailAnimationLocked() local 400 Animation scale = new ScaleAnimation(1, scaleW, 1, scaleH, in createThumbnailAnimationLocked() 401 computePivot(mNextAppTransitionStartX, 1 / scaleW), in createThumbnailAnimationLocked() 414 float scaleW = appWidth / thumbWidth; in createThumbnailAnimationLocked() local 416 a = new ScaleAnimation(scaleW, 1, scaleH, 1, in createThumbnailAnimationLocked() 417 computePivot(mNextAppTransitionStartX, 1 / scaleW), in createThumbnailAnimationLocked() 423 float scaleW = thumbWidth / appWidth; in createThumbnailAnimationLocked() local [all …]
|
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/ |
D | PhotoViewActivity.java | 811 final float scaleW = (float) mAnimationStartWidth / totalWidth; in runEnterAnimation() local 813 final float scale = Math.max(scaleW, scaleY); in runEnterAnimation() 893 final float scaleW = (float) mAnimationStartWidth / totalWidth; in runExitAnimation() local 895 final float scale = Math.max(scaleW, scaleY); in runExitAnimation()
|
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/ |
D | PhotoViewActivity.java | 810 final float scaleW = (float) mAnimationStartWidth / totalWidth; in runEnterAnimation() local 812 final float scale = Math.max(scaleW, scaleY); in runEnterAnimation() 892 final float scaleW = (float) mAnimationStartWidth / totalWidth; in runExitAnimation() local 894 final float scale = Math.max(scaleW, scaleY); in runExitAnimation()
|