Searched refs:thumbHeightI (Results 1 – 2 of 2) sorted by relevance
592 final int thumbHeightI = thumbnailHeader != null ? thumbnailHeader.getHeight() : appHeight; in createThumbnailEnterExitAnimationLockedCompat() local593 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1; in createThumbnailEnterExitAnimationLockedCompat()663 final int thumbHeightI = mTmpRect.height(); in createAspectScaledThumbnailEnterExitAnimationLocked() local664 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() local819 fromY -= thumbHeightI; in createThumbnailAspectScaleAnimationLocked()820 toY -= thumbHeightI * scaleW; in createThumbnailAspectScaleAnimationLocked()842 mTmpFromClipRect.set(0, 0, thumbWidthI, thumbHeightI); in createThumbnailAspectScaleAnimationLocked()
771 final int thumbHeightI = thumbnailHeader.getHeight(); in createThumbnailScaleAnimationLocked() local772 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1; in createThumbnailScaleAnimationLocked()