Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A 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()
H A DRemoteAnimationController.java536 final Rect mEndBounds = new Rect();
545 mEndBounds.set(endBounds);
574 t.setWindowCrop(animationLeash, mEndBounds.width(), mEndBounds.height());
580 t.setPosition(animationLeash, mPosition.x + mStartBounds.left - mEndBounds.left,
581 mPosition.y + mStartBounds.top - mEndBounds.top);
H A DActivityRecord.java10611 record.mAdapter.mEndBounds, task.getWindowConfiguration(),
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeVisualIndicator.java279 private final Rect mEndBounds; field in DesktopModeVisualIndicator.VisualIndicatorAnimator
286 mEndBounds = endBounds; in VisualIndicatorAnimator()
379 animator.mView.getBackground().setBounds(animator.mEndBounds); in setupIndicatorAnimation()
394 if (mStartBounds.equals(mEndBounds)) { in updateBounds()
397 Rect currentBounds = mRectEvaluator.evaluate(fraction, mStartBounds, mEndBounds); in updateBounds()