Searched refs:thumbHeightI (Results 1 – 1 of 1) sorted by relevance
907 final int thumbHeightI = thumbnailHeader.getHeight(); in createThumbnailAspectScaleAnimationLocked() local953 mTmpFromClipRect.set(0, 0, thumbWidthI, thumbHeightI); in createThumbnailAspectScaleAnimationLocked()1058 final int thumbHeightI = mTmpRect.height(); in createAspectScaledThumbnailEnterExitAnimationLocked() local1059 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1; in createAspectScaledThumbnailEnterExitAnimationLocked()1124 mTmpFromClipRect.bottom = mTmpFromClipRect.top + thumbHeightI; in createAspectScaledThumbnailEnterExitAnimationLocked()1247 final int thumbHeightI = thumbnailHeader.getHeight(); in createThumbnailScaleAnimationLocked() local1248 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1; in createThumbnailScaleAnimationLocked()1292 final int thumbHeightI = thumbnailHeader != null ? thumbnailHeader.getHeight() : appHeight; in createThumbnailEnterExitAnimationLocked() local1293 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1; in createThumbnailEnterExitAnimationLocked()