Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowAnimationSpecTest.java55 private final Rect mStackBounds = new Rect(0, 0, 10, 10); field in WindowAnimationSpecTest
62 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_NONE, in testApply_clipNone()
72 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_AFTER_ANIM, in testApply_clipAfter()
76 argThat(rect -> rect.equals(mStackBounds))); in testApply_clipAfter()
83 new Point(20, 40), mStackBounds, false /* canSkipFirstFrame */, in testApply_clipAfterOffsetPosition()
87 argThat(rect -> rect.equals(mStackBounds))); in testApply_clipAfterOffsetPosition()
94 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_BEFORE_ANIM, in testApply_clipBeforeNoAnimationBounds()
98 argThat(rect -> rect.equals(mStackBounds))); in testApply_clipBeforeNoAnimationBounds()
118 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_BEFORE_ANIM, in testApply_setCornerRadius()
131 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_NONE, in testApply_setCornerRadius_noClip()
[all …]
DBoundsAnimationControllerTests.java134 Rect mStackBounds; field in BoundsAnimationControllerTests.TestBoundsAnimationTarget
148 mStackBounds = from; in initialize()
178 mStackBounds = stackBounds; in setPinnedStackSize()
269 startImpl(mTarget.mStackBounds, to, BOUNDS); in restart()
310 assertEquals(mFrom, mTarget.mStackBounds); in startImpl()
338 assertEquals(mFrom, mTarget.mStackBounds); in update()
340 assertEquals(mTo, mTarget.mStackBounds); in update()
342 assertNotEquals(mFrom, mTarget.mStackBounds); in update()
343 assertNotEquals(mTo, mTarget.mStackBounds); in update()
379 assertEquals(mTo, mTarget.mStackBounds); in end()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimationSpec.java51 private final Rect mStackBounds = new Rect(); field in WindowAnimationSpec
74 mStackBounds.set(stackBounds); in WindowAnimationSpec()
109 mTmpRect.set(mStackBounds); in apply()
DRemoteAnimationController.java355 mAdapter.mStackBounds, task.getWindowConfiguration(), false /*isNotInRecents*/, in createRemoteAnimationTarget()
378 private final Rect mStackBounds = new Rect(); field in RemoteAnimationController.RemoteAnimationAdapterWrapper
384 mStackBounds.set(stackBounds); in RemoteAnimationAdapterWrapper()
405 mTmpRect.set(mStackBounds); in startAnimation()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackView.java190 private Rect mStackBounds = new Rect(); field in TaskStackView
842 mStackBounds.set(mStableStackBounds); in updateLayoutToStableBounds()
844 mLayoutAlgorithm.initialize(mDisplayRect, mWindowRect, mStackBounds); in updateLayoutToStableBounds()
1200 mStackBounds.set(mTmpRect); in onMeasure()
1207 mLayoutAlgorithm.initialize(mDisplayRect, mWindowRect, mStackBounds); in onMeasure()
1922 mStackBounds.set(dockState.getDockedTaskStackBounds(mDisplayRect, getMeasuredWidth(), in onBusEvent()
1926 mLayoutAlgorithm.initialize(mDisplayRect, mWindowRect, mStackBounds); in onBusEvent()
2268 Utilities.dumpRect(mStackBounds)); in dump()