Searched defs:scaleH (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | TransitionAnimation.java | 525 float scaleH = mTmpRect.height() / (float) appHeight; in createScaleUpAnimationLockedCompat() local 600 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLockedCompat() local 628 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLockedCompat() local 980 final float scaleH = enter ? sourceWidth / destWidth : destWidth / sourceWidth; in createAspectScaledThumbnailFreeformAnimationLocked() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AppTransition.java | 733 final float scaleH = enter ? sourceWidth / destWidth : destWidth / sourceWidth; in createAspectScaledThumbnailFreeformAnimationLocked() local 777 float scaleH = appHeight / thumbHeight; in createThumbnailScaleAnimationLocked() local 794 float scaleH = appHeight / thumbHeight; in createThumbnailScaleAnimationLocked() local
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | SimpleMonthView.java | 912 final float scaleH = paddedHeight / (float) measuredPaddedHeight; in onLayout() 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()
|