Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowChangeAnimationSpec.java49 private final Rect mStartBounds; field in WindowChangeAnimationSpec
60 mStartBounds = new Rect(startBounds); in WindowChangeAnimationSpec()
94 boolean growing = mEndBounds.width() - mStartBounds.width() in createBoundsInterpolator()
95 + mEndBounds.height() - mStartBounds.height() >= 0; in createBoundsInterpolator()
98 float startScaleX = scalePart * ((float) mStartBounds.width()) / mEndBounds.width() in createBoundsInterpolator()
100 float startScaleY = scalePart * ((float) mStartBounds.height()) / mEndBounds.height() in createBoundsInterpolator()
116 mAnimation.initialize(mStartBounds.width(), mStartBounds.height(), in createBoundsInterpolator()
126 final Animation translateAnim = new TranslateAnimation(mStartBounds.left, in createBoundsInterpolator()
127 mEndBounds.left, mStartBounds.top, mEndBounds.top); in createBoundsInterpolator()
130 Rect startClip = new Rect(mStartBounds); in createBoundsInterpolator()
[all …]
DRemoteAnimationController.java321 final Rect mStartBounds; field in RemoteAnimationController.RemoteAnimationRecord
328 mStartBounds = new Rect(startBounds); in RemoteAnimationRecord()
336 mStartBounds = null; in RemoteAnimationRecord()
357 mStartBounds); in createRemoteAnimationTarget()