Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java644 final Rect distDividerBounds = new Rect(); in splitSwitching() local
646 updateBounds(dividerPos, distBounds2, distBounds1, distDividerBounds, in splitSwitching()
651 distDividerBounds.offset(-mRootBounds.left, -mRootBounds.top); in splitSwitching()
658 distDividerBounds, 0 /* offsetX */, 0 /* offsetY */); in splitSwitching()