Searched refs:mAppBounds (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/ |
H A D | WindowConfiguration.java | 68 private Rect mAppBounds; field in WindowConfiguration 456 if (delta.mAppBounds != null && !delta.mAppBounds.equals(mAppBounds)) { in updateFrom() 542 && mAppBounds != other.mAppBounds in diff() 543 && (mAppBounds == null || !mAppBounds.equals(other.mAppBounds))) { in diff() 582 if (mAppBounds == null && that.mAppBounds != null) { in compareTo() 584 } else if (mAppBounds != null && that.mAppBounds == null) { in compareTo() 586 } else if (mAppBounds != null && that.mAppBounds != null) { in compareTo() 587 n = mAppBounds.left - that.mAppBounds.left; in compareTo() 589 n = mAppBounds.top - that.mAppBounds.top; in compareTo() 591 n = mAppBounds.right - that.mAppBounds.right; in compareTo() [all …]
|
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/util/ |
H A D | TaskViewSimulatorTest.java | 113 private Rect mAppBounds = new Rect(); field in TaskViewSimulatorTest.TaskMatrixVerifier 123 if (mAppBounds.isEmpty()) { in withLauncherSize() 124 mAppBounds.set(0, 0, width, height); in withLauncherSize() 136 mAppBounds.set(bounds); in withAppBounds() 177 .getBestMatch(mAppBounds.width(), mAppBounds.height()); in verifyNoTransforms() 193 tvs.setPreviewBounds(mAppBounds, mAppInsets); in verifyNoTransforms() 213 RectF newAppBounds = new RectF(mAppBounds); in applySurfaceParams() 215 Assert.assertThat(newAppBounds, new AlmostSame(mAppBounds)); in applySurfaceParams() 217 System.err.println("Bounds mapped: " + mAppBounds + " => " + newAppBounds); in applySurfaceParams()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | SwipePipToHomeAnimator.java | 59 private final Rect mAppBounds = new Rect(); field in SwipePipToHomeAnimator 123 mAppBounds.set(appBounds); in SwipePipToHomeAnimator() 232 return mSurfaceTransactionHelper.scale(tx, mLeash, mAppBounds, bounds, in onAnimationScale() 235 return mSurfaceTransactionHelper.scale(tx, mLeash, mAppBounds, bounds); in onAnimationScale() 247 return mSurfaceTransactionHelper.scaleAndRotate(tx, mLeash, mAppBounds, bounds, insets, in onAnimationScaleAndCrop() 250 return mSurfaceTransactionHelper.scaleAndCrop(tx, mLeash, mAppBounds, bounds, insets); in onAnimationScaleAndCrop() 322 private Rect mAppBounds; field in SwipePipToHomeAnimator.Builder 357 mAppBounds = new Rect(appBounds); in setAppBounds() 418 mAppBounds.inset(mDisplayCutoutInsets); in build() 422 mSourceRectHint, mAppBounds, in build()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 9698 Landroid/app/WindowConfiguration;->mAppBounds:Landroid/graphics/Rect;
|