Searched refs:sourceWindowClipInsets (Results 1 – 1 of 1) sorted by relevance
175 final RectF sourceWindowClipInsets = params.forLiveTile in applyTransform() local177 mClipRectF.left = sourceWindowClipInsets.left * progress; in applyTransform()178 mClipRectF.top = sourceWindowClipInsets.top * progress; in applyTransform()180 mSourceStackBounds.width() - (sourceWindowClipInsets.right * progress); in applyTransform()182 mSourceStackBounds.height() - (sourceWindowClipInsets.bottom * progress); in applyTransform()