Searched refs:onResized (Results 1 – 4 of 4) sorted by relevance
311 void onResized(SurfaceControl.Transaction t) { in onResized() method in StageTaskListener313 mSplitDecorManager.onResized(t, null); in onResized()
236 toTopDecor.onResized(startTransaction, animated -> { in playDragDismissAnimation()281 decor.onResized(startTransaction, animated -> { in playResizeAnimation()
2173 mMainStage.onResized(t); in onLayoutSizeChanged()2174 mSideStage.onResized(t); in onLayoutSizeChanged()2195 mMainStage.onResized(t); in onLayoutSizeChanged()2196 mSideStage.onResized(t); in onLayoutSizeChanged()
257 public void onResized(SurfaceControl.Transaction t, Consumer<Boolean> animFinishedCallback) { in onResized() method in SplitDecorManager