Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowChangeAnimationSpec.java50 private final Rect mEndBounds; field in WindowChangeAnimationSpec
61 mEndBounds = new Rect(endBounds); in WindowChangeAnimationSpec()
89 boolean growing = mEndBounds.width() - mStartBounds.width() in createBoundsInterpolator()
90 + mEndBounds.height() - mStartBounds.height() >= 0; in createBoundsInterpolator()
93 float startScaleX = scalePart * ((float) mStartBounds.width()) / mEndBounds.width() in createBoundsInterpolator()
95 float startScaleY = scalePart * ((float) mStartBounds.height()) / mEndBounds.height() in createBoundsInterpolator()
112 mEndBounds.width(), mEndBounds.height()); in createBoundsInterpolator()
122 mEndBounds.left, mStartBounds.top, mEndBounds.top); in createBoundsInterpolator()
126 Rect endClip = new Rect(mEndBounds); in createBoundsInterpolator()
DRemoteAnimationController.java534 final Rect mEndBounds = new Rect();
543 mEndBounds.set(endBounds);
572 t.setWindowCrop(animationLeash, mEndBounds.width(), mEndBounds.height());
578 t.setPosition(animationLeash, mPosition.x + mStartBounds.left - mEndBounds.left,
579 mPosition.y + mStartBounds.top - mEndBounds.top);
DActivityRecord.java10989 record.mAdapter.mEndBounds, task.getWindowConfiguration(),
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/animation/
DPipResizeAnimator.java52 private final Rect mEndBounds = new Rect(); field in PipResizeAnimator
78 mEndBounds.set(endBounds); in PipResizeAnimator()
142 setBoundsAndRotation(mFinishTx, mLeash, mBaseBounds, mEndBounds, 0f); in onAnimationEnd()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicator.java329 private final Rect mEndBounds; field in DesktopModeVisualIndicator.VisualIndicatorAnimator
336 mEndBounds = endBounds; in VisualIndicatorAnimator()
434 animator.mView.getBackground().setBounds(animator.mEndBounds); in setupIndicatorAnimation()
449 if (mStartBounds.equals(mEndBounds)) { in updateBounds()
452 final Rect currentBounds = mRectEvaluator.evaluate(fraction, mStartBounds, mEndBounds); in updateBounds()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipTransition.java733 private Rect mEndBounds; field in TvPipTransition.TvPipTransitionAnimatorUpdateListener
758 mEndBounds = endBounds; in animateBounds()
784 if (mStartBounds != null && mEndBounds != null) { in onAnimationUpdate()
785 lerp(mStartBounds, mEndBounds, fraction, mTmpRectF); in onAnimationUpdate()