Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java596 float scaleW = mTmpRect.width() / (float) appWidth; in createScaleUpAnimationLockedCompat() local
671 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLockedCompat() local
699 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLockedCompat() local
868 float scaleW = appWidth / thumbWidth; in createThumbnailAspectScaleAnimationLocked() 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