Searched refs:thumbHeightI (Results 1 – 1 of 1) sorted by relevance
1071 final int thumbHeightI = thumbnailHeader.getHeight(); in createThumbnailAspectScaleAnimationLocked() local1095 fromY -= thumbHeightI; in createThumbnailAspectScaleAnimationLocked()1096 toY -= thumbHeightI * scaleW; in createThumbnailAspectScaleAnimationLocked()1123 mTmpFromClipRect.set(0, 0, thumbWidthI, thumbHeightI); in createThumbnailAspectScaleAnimationLocked()1235 final int thumbHeightI = mTmpRect.height(); in createAspectScaledThumbnailEnterExitAnimationLocked() local1236 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1; in createAspectScaledThumbnailEnterExitAnimationLocked()1310 mTmpFromClipRect.bottom = mTmpFromClipRect.top + thumbHeightI; in createAspectScaledThumbnailEnterExitAnimationLocked()1434 final int thumbHeightI = thumbnailHeader.getHeight(); in createThumbnailScaleAnimationLocked() local1435 final float thumbHeight = thumbHeightI > 0 ? thumbHeightI : 1; in createThumbnailScaleAnimationLocked()1479 final int thumbHeightI = thumbnailHeader != null ? thumbnailHeader.getHeight() : appHeight; in createThumbnailEnterExitAnimationLocked() local[all …]