Searched refs:mSourceInsets (Results 1 – 1 of 1) sorted by relevance
63 private final Rect mSourceInsets = new Rect(); field in ClipAnimationHelper112 mSourceInsets.set(target.contentInsets); in updateSourceStack()130 mSourceRect.set(mSourceInsets.left, mSourceInsets.top, in updateTargetRect()131 mSourceStackBounds.width() - mSourceInsets.right, in updateTargetRect()132 mSourceStackBounds.height() - mSourceInsets.bottom); in updateTargetRect()290 mSourceInsets.set(ttv.getInsets(fallback)); in fromTaskThumbnailView()