Home
last modified time | relevance | path

Searched refs:sourceWindowClipInsets (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DClipAnimationHelper.java175 final RectF sourceWindowClipInsets = params.forLiveTile in applyTransform() local
177 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()