Searched refs:mAppBounds (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/ |
D | TaskViewSimulatorTest.java | 125 private Rect mAppBounds = new Rect(); field in TaskViewSimulatorTest.TaskMatrixVerifier 135 if (mAppBounds.isEmpty()) { in withLauncherSize() 136 mAppBounds.set(0, 0, width, height); in withLauncherSize() 153 mAppBounds.set(bounds); in withAppBounds() 201 .getBestMatch(mAppBounds.width(), mAppBounds.height(), rotation); in verifyNoTransforms() 217 tvs.setPreviewBounds(mAppBounds, mAppInsets); in verifyNoTransforms() 241 RectF newAppBounds = new RectF(mAppBounds); in applySurfaceParams() 243 Assert.assertThat(newAppBounds, new AlmostSame(mAppBounds)); in applySurfaceParams() 245 System.err.println("Bounds mapped: " + mAppBounds + " => " + newAppBounds); in applySurfaceParams()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SwipePipToHomeAnimator.java | 59 private final Rect mAppBounds = new Rect(); field in SwipePipToHomeAnimator 132 mAppBounds.set(appBounds); in SwipePipToHomeAnimator() 187 mAppBounds, mDestinationBounds, in SwipePipToHomeAnimator() 254 return mSurfaceTransactionHelper.scaleAndRotate(tx, mLeash, mAppBounds, bounds, insets, in onAnimationScaleAndCrop() 257 return mSurfaceTransactionHelper.scaleAndCrop(tx, mLeash, mSourceRectHint, mAppBounds, in onAnimationScaleAndCrop() 275 return mAppBounds; in getAppBounds() 342 private Rect mAppBounds; field in SwipePipToHomeAnimator.Builder 383 mAppBounds = new Rect(appBounds); in setAppBounds() 449 mAppBounds.inset(mDisplayCutoutInsets); in build() 453 mLeash, mSourceRectHint, mAppBounds, in build()
|