Searched refs:fromBounds (Results 1 – 6 of 6) sorted by relevance
1707 final Rect fromBounds = new Rect(); in animateResizePinnedStack() local1708 getBounds(fromBounds); in animateResizePinnedStack()1747 if (toBounds.width() == fromBounds.width() in animateResizePinnedStack()1748 && toBounds.height() == fromBounds.height()) { in animateResizePinnedStack()1756 displayContent.mBoundsAnimationController.animateBounds(this, fromBounds, in animateResizePinnedStack()
1664 return WmDisplayCutout.computeSafeInsets(DisplayCutout.fromBounds(newBounds), in calculateDisplayCutoutForRotationUncached()
423 private ValueAnimator createAnimationToBounds(Rect fromBounds, Rect toBounds, int duration, in createAnimationToBounds() argument431 anim.setObjectValues(fromBounds, toBounds); in createAnimationToBounds()
590 public static DisplayCutout fromBounds(Rect[] bounds) { in fromBounds() method in DisplayCutout
16115 HSPLandroid/view/DisplayCutout;->fromBounds([Landroid/graphics/Rect;)Landroid/view/DisplayCutout;
79485 Landroid/view/DisplayCutout;->fromBounds(Landroid/graphics/Path;)Landroid/view/DisplayCutout;