Searched defs:scaleW (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | TransitionAnimation.java | 524 float scaleW = mTmpRect.width() / (float) appWidth; in createScaleUpAnimationLockedCompat() local 599 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLockedCompat() local 627 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLockedCompat() local 798 float scaleW = appWidth / thumbWidth; in createThumbnailAspectScaleAnimationLocked() local
|
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
H A D | PhotoViewController.java | 1002 final float scaleW = (float) mAnimationStartWidth / totalWidth; in runEnterAnimation() local 1092 final float scaleW = (float) mAnimationStartWidth / totalWidth; in runExitAnimation() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AppTransition.java | 776 float scaleW = appWidth / thumbWidth; in createThumbnailScaleAnimationLocked() local 793 float scaleW = appWidth / thumbWidth; in createThumbnailScaleAnimationLocked() local
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | GenerateProposals.cpp | 1454 float scaleX, float scaleH, float scaleW, bool useRegularNms, int32_t maxNumDetections, in detectionPostprocessFloat32() 1559 float scaleX, float scaleH, float scaleW, bool useRegularNms, int32_t maxNumDetections, in detectionPostprocessFloat16()
|