Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageTaskListener.java311 void onResized(SurfaceControl.Transaction t) { in onResized() method in StageTaskListener
313 mSplitDecorManager.onResized(t, null); in onResized()
H A DSplitScreenTransitions.java236 toTopDecor.onResized(startTransaction, animated -> { in playDragDismissAnimation()
281 decor.onResized(startTransaction, animated -> { in playResizeAnimation()
H A DStageCoordinator.java2173 mMainStage.onResized(t); in onLayoutSizeChanged()
2174 mSideStage.onResized(t); in onLayoutSizeChanged()
2195 mMainStage.onResized(t); in onLayoutSizeChanged()
2196 mSideStage.onResized(t); in onLayoutSizeChanged()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitDecorManager.java257 public void onResized(SurfaceControl.Transaction t, Consumer<Boolean> animFinishedCallback) { in onResized() method in SplitDecorManager