Searched refs:mTmpToClipRect (Results 1 – 1 of 1) sorted by relevance
160 private Rect mTmpToClipRect = new Rect(); field in AppTransition598 mTmpToClipRect.set(containingFrame); in createAspectScaledThumbnailEnterExitAnimationLocked()611 mTmpToClipRect.set(containingFrame); in createAspectScaledThumbnailEnterExitAnimationLocked()618 Animation clipAnim = new ClipRectAnimation(mTmpFromClipRect, mTmpToClipRect); in createAspectScaledThumbnailEnterExitAnimationLocked()658 mTmpToClipRect.set(containingFrame); in createAspectScaledThumbnailEnterExitAnimationLocked()660 mTmpToClipRect.top = contentInsets.top; in createAspectScaledThumbnailEnterExitAnimationLocked()662 mTmpToClipRect.bottom = (mTmpToClipRect.top + unscaledThumbHeight); in createAspectScaledThumbnailEnterExitAnimationLocked()670 mTmpToClipRect.set(containingFrame); in createAspectScaledThumbnailEnterExitAnimationLocked()672 mTmpToClipRect.top = contentInsets.top; in createAspectScaledThumbnailEnterExitAnimationLocked()673 mTmpToClipRect.bottom = (mTmpToClipRect.top + unscaledThumbHeight); in createAspectScaledThumbnailEnterExitAnimationLocked()[all …]