Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DClipAnimationHelper.java62 private final Rect mSourceStackBounds = new Rect(); field in ClipAnimationHelper
114 mSourceStackBounds.set(target.sourceContainerBounds); in updateSourceStack()
117 mSourceStackBounds.offsetTo(target.position.x, target.position.y); in updateSourceStack()
128 mSourceStackBounds.width() - mSourceInsets.right, in updateTargetRect()
129 mSourceStackBounds.height() - mSourceInsets.bottom); in updateTargetRect()
131 mTargetRect.offset(mHomeStackBounds.left - mSourceStackBounds.left, in updateTargetRect()
132 mHomeStackBounds.top - mSourceStackBounds.top); in updateTargetRect()
145 Math.max(mSourceStackBounds.width() - scaledTargetRect.right, 0), in updateTargetRect()
146 Math.max(mSourceStackBounds.height() - scaledTargetRect.bottom, 0)); in updateTargetRect()
177 mSourceStackBounds.width() - (sourceWindowClipInsets.right * progress); in applyTransform()
[all …]