Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java525 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 DAppTransition.java733 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 DSimpleMonthView.java912 final float scaleH = paddedHeight / (float) measuredPaddedHeight; in onLayout() 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()