Searched refs:thumbHeightI (Results 1 – 1 of 1) sorted by relevance
968 final int thumbHeightI = thumbnailHeader.getHeight(); in createThumbnailAspectScaleAnimationLocked() local992 fromY -= thumbHeightI; in createThumbnailAspectScaleAnimationLocked()993 toY -= thumbHeightI * scaleW; in createThumbnailAspectScaleAnimationLocked()1020 mTmpFromClipRect.set(0, 0, thumbWidthI, thumbHeightI); in createThumbnailAspectScaleAnimationLocked()1131 final int thumbHeightI = mTmpRect.height(); in createAspectScaledThumbnailEnterExitAnimationLocked() local1132 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1; in createAspectScaledThumbnailEnterExitAnimationLocked()1199 mTmpFromClipRect.bottom = mTmpFromClipRect.top + thumbHeightI; in createAspectScaledThumbnailEnterExitAnimationLocked()1322 final int thumbHeightI = thumbnailHeader.getHeight(); in createThumbnailScaleAnimationLocked() local1323 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1; in createThumbnailScaleAnimationLocked()1367 final int thumbHeightI = thumbnailHeader != null ? thumbnailHeader.getHeight() : appHeight; in createThumbnailEnterExitAnimationLocked() local[all …]