Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java524 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 DPhotoViewController.java1002 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 DAppTransition.java776 float scaleW = appWidth / thumbWidth; in createThumbnailScaleAnimationLocked() local
793 float scaleW = appWidth / thumbWidth; in createThumbnailScaleAnimationLocked() local
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DGenerateProposals.cpp1454 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()