Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSwipePipToHomeAnimator.java58 private final Rect mSourceRectHint = new Rect(); field in SwipePipToHomeAnimator
171 mSourceRectHint.set(0, 0, in SwipePipToHomeAnimator()
173 mSourceRectHint.offset( in SwipePipToHomeAnimator()
174 (appBounds.width() - mSourceRectHint.width()) / 2, 0); in SwipePipToHomeAnimator()
177 mSourceRectHint.set(0, 0, in SwipePipToHomeAnimator()
179 mSourceRectHint.offset( in SwipePipToHomeAnimator()
180 0, (appBounds.height() - mSourceRectHint.height()) / 2); in SwipePipToHomeAnimator()
193 mSourceRectHint.set(sourceRectHint); in SwipePipToHomeAnimator()
195 mSourceHintRectInsets = new Rect(mSourceRectHint.left - appBounds.left, in SwipePipToHomeAnimator()
196 mSourceRectHint.top - appBounds.top, in SwipePipToHomeAnimator()
[all …]