Home
last modified time | relevance | path

Searched refs:mAnimatingToBounds (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipBoundsState.java436 private final @NonNull Rect mAnimatingToBounds = new Rect(); field in PipBoundsState.MotionBoundsState
450 mAnimatingToBounds.set(bounds); in setAnimatingToBounds()
460 mAnimatingToBounds.setEmpty(); in onPhysicsAnimationEnded()
472 return mAnimatingToBounds; in getAnimatingToBounds()
479 pw.println(innerPrefix + "mAnimatingToBounds=" + mAnimatingToBounds); in dump()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java125 private Rect mAnimatingToBounds = new Rect(); field in StackAnimationController
225 if (!mAnimatingToBounds.isEmpty()) {
226 return mAnimatingToBounds;
278 mAnimatingToBounds.setEmpty(); in moveFirstBubbleWithStackFollowing()
567 mAnimatingToBounds = floatingBounds;