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.java61 private final Rect mSourceStackBounds = new Rect(); field in ClipAnimationHelper
113 mSourceStackBounds.set(target.sourceContainerBounds); in updateSourceStack()
116 mSourceStackBounds.offsetTo(target.position.x, target.position.y); in updateSourceStack()
131 mSourceStackBounds.width() - mSourceInsets.right, in updateTargetRect()
132 mSourceStackBounds.height() - mSourceInsets.bottom); in updateTargetRect()
134 mTargetRect.offset(mHomeStackBounds.left - mSourceStackBounds.left, in updateTargetRect()
135 mHomeStackBounds.top - mSourceStackBounds.top); in updateTargetRect()
148 Math.max(mSourceStackBounds.width() - scaledTargetRect.right, 0), in updateTargetRect()
149 Math.max(mSourceStackBounds.height() - scaledTargetRect.bottom, 0)); in updateTargetRect()
180 mSourceStackBounds.width() - (sourceWindowClipInsets.right * progress); in applyTransform()
[all …]