Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java643 final Rect distBounds2 = new Rect(); in splitSwitching() local
646 updateBounds(dividerPos, distBounds2, distBounds1, distDividerBounds, in splitSwitching()
650 distBounds2.offset(-mRootBounds.left, -mRootBounds.top); in splitSwitching()
655 ValueAnimator animator2 = moveSurface(t, leash2, getRefBounds2(), distBounds2, in splitSwitching()