Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DClipAnimationHelper.java63 private final Rect mSourceInsets = new Rect(); field in ClipAnimationHelper
112 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()