Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DDividerView.java517 resizeStackSurfaces(calculatePosition(x, y), mStartPosition, snapTarget, in onTouch()
606 anim.addUpdateListener(animation -> resizeStackSurfaces((int) animation.getAnimatedValue(), in getFlingAnimator()
840 resizeStackSurfaces(mSplitLayout.getMinimizedSnapAlgorithm(mHomeStackResizable) in setMinimizedDockStack()
843 resizeStackSurfaces(mSnapTargetBeforeMinimized, t); in setMinimizedDockStack()
1015 private void resizeStackSurfaces(SnapTarget taskSnapTarget, Transaction t) { in resizeStackSurfaces() method in DividerView
1016 resizeStackSurfaces(taskSnapTarget.position, taskSnapTarget.position, taskSnapTarget, t); in resizeStackSurfaces()
1071 void resizeStackSurfaces(int position, int taskPosition, SnapTarget taskSnapTarget, in resizeStackSurfaces() method in DividerView