Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreen.java63 default void onSplitBoundsChanged(Rect rootBounds, Rect mainBounds, Rect sideBounds) {} in onSplitBoundsChanged() method
H A DSplitScreenController.java1052 public void onSplitBoundsChanged(Rect rootBounds, Rect mainBounds, Rect sideBounds) {
1056 mExecutors.keyAt(index).onSplitBoundsChanged(rootBounds, mainBounds,
H A DStageCoordinator.java1712 listener.onSplitBoundsChanged(mSplitLayout.getRootBounds(), getMainStageBounds(), in sendStatusToListener()
1730 mListeners.get(i).onSplitBoundsChanged(mSplitLayout.getRootBounds(), in sendOnBoundsChanged()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DStageCoordinatorTests.java215 verify(listener).onSplitBoundsChanged(mRootBounds, mBounds2, mBounds1); in testLayoutChanged_topLeftSplitPosition_updatesUnfoldStageBounds()
227 verify(listener).onSplitBoundsChanged(mRootBounds, mBounds1, mBounds2); in testLayoutChanged_bottomRightSplitPosition_updatesUnfoldStageBounds()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/
H A DSplitTaskUnfoldAnimator.java179 public void onSplitBoundsChanged(Rect rootBounds, Rect mainBounds, Rect sideBounds) { in onSplitBoundsChanged() method in SplitTaskUnfoldAnimator