Home
last modified time | relevance | path

Searched refs:thumbHeightI (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java592 final int thumbHeightI = thumbnailHeader != null ? thumbnailHeader.getHeight() : appHeight; in createThumbnailEnterExitAnimationLockedCompat() local
593 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1; in createThumbnailEnterExitAnimationLockedCompat()
663 final int thumbHeightI = mTmpRect.height(); in createAspectScaledThumbnailEnterExitAnimationLocked() local
664 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1; in createAspectScaledThumbnailEnterExitAnimationLocked()
735 mTmpFromClipRect.bottom = mTmpFromClipRect.top + thumbHeightI; in createAspectScaledThumbnailEnterExitAnimationLocked()
795 final int thumbHeightI = thumbnailHeader.getHeight(); in createThumbnailAspectScaleAnimationLocked() local
819 fromY -= thumbHeightI; in createThumbnailAspectScaleAnimationLocked()
820 toY -= thumbHeightI * scaleW; in createThumbnailAspectScaleAnimationLocked()
842 mTmpFromClipRect.set(0, 0, thumbWidthI, thumbHeightI); in createThumbnailAspectScaleAnimationLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java771 final int thumbHeightI = thumbnailHeader.getHeight(); in createThumbnailScaleAnimationLocked() local
772 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1; in createThumbnailScaleAnimationLocked()