/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | WindowAnimationSpecTest.java | 52 private final Rect mStackBounds = new Rect(0, 0, 10, 10); field in WindowAnimationSpecTest 59 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_NONE, in testApply_clipNone() 69 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_AFTER_ANIM, in testApply_clipAfter() 74 argThat(rect -> rect.equals(mStackBounds))); in testApply_clipAfter() 81 new Point(20, 40), mStackBounds, false /* canSkipFirstFrame */, in testApply_clipAfterOffsetPosition() 95 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_BEFORE_ANIM, in testApply_clipBeforeNoAnimationBounds() 99 argThat(rect -> rect.equals(mStackBounds))); in testApply_clipBeforeNoAnimationBounds() 121 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_BEFORE_ANIM, in testApply_clipBeforeSmallerAnimationClip() 134 mStackBounds, false /* canSkipFirstFrame */, STACK_CLIP_BEFORE_ANIM, in testApply_clipBeforeSmallerStackClip() 138 argThat(rect -> rect.equals(mStackBounds))); in testApply_clipBeforeSmallerStackClip()
|
D | BoundsAnimationControllerTests.java | 136 Rect mStackBounds; field in BoundsAnimationControllerTests.TestBoundsAnimationTarget 148 mStackBounds = from; in initialize() 175 mStackBounds = stackBounds; in setPinnedStackSize() 256 startImpl(mTarget.mStackBounds, to); in restart() 294 assertEquals(mFrom, mTarget.mStackBounds); in startImpl() 320 assertEquals(mFrom, mTarget.mStackBounds); in update() 322 assertEquals(mTo, mTarget.mStackBounds); in update() 324 assertNotEquals(mFrom, mTarget.mStackBounds); in update() 325 assertNotEquals(mTo, mTarget.mStackBounds); in update() 357 assertEquals(mTo, mTarget.mStackBounds); in end()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowAnimationSpec.java | 51 private final Rect mStackBounds = new Rect(); field in WindowAnimationSpec 70 mStackBounds.set(stackBounds); in WindowAnimationSpec() 105 mTmpRect.set(mStackBounds); in apply() 111 mTmpRect.set(mStackBounds); in apply()
|
D | RemoteAnimationController.java | 291 private final Rect mStackBounds = new Rect(); field in RemoteAnimationController.RemoteAnimationAdapterWrapper 298 mStackBounds.set(stackBounds); in RemoteAnimationAdapterWrapper() 313 mAppWindowToken.getPrefixOrderIndex(), mPosition, mStackBounds, in createRemoteAppAnimation() 349 mTmpRect.set(mStackBounds); in startAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackView.java | 189 private Rect mStackBounds = new Rect(); field in TaskStackView 840 mStackBounds.set(mStableStackBounds); in updateLayoutToStableBounds() 842 mLayoutAlgorithm.initialize(mDisplayRect, mWindowRect, mStackBounds); in updateLayoutToStableBounds() 1198 mStackBounds.set(mTmpRect); in onMeasure() 1205 mLayoutAlgorithm.initialize(mDisplayRect, mWindowRect, mStackBounds); in onMeasure() 1920 mStackBounds.set(dockState.getDockedTaskStackBounds(mDisplayRect, getMeasuredWidth(), in onBusEvent() 1924 mLayoutAlgorithm.initialize(mDisplayRect, mWindowRect, mStackBounds); in onBusEvent() 2264 writer.print(" stackBounds="); writer.print(Utilities.dumpRect(mStackBounds)); in dump()
|