Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java516 resizeStackSurfaces(calculatePosition(x, y), mStartPosition, snapTarget, in onTouch()
602 anim.addUpdateListener(animation -> resizeStackSurfaces((int) animation.getAnimatedValue(), in getFlingAnimator()
837 resizeStackSurfaces(mSplitLayout.getMinimizedSnapAlgorithm(mHomeStackResizable) in setMinimizedDockStack()
840 resizeStackSurfaces(mSnapTargetBeforeMinimized, t); in setMinimizedDockStack()
1023 private void resizeStackSurfaces(SnapTarget taskSnapTarget, Transaction t) { in resizeStackSurfaces() method in DividerView
1024 resizeStackSurfaces(taskSnapTarget.position, taskSnapTarget.position, taskSnapTarget, t); in resizeStackSurfaces()
1079 void resizeStackSurfaces(int position, int taskPosition, SnapTarget taskSnapTarget, in resizeStackSurfaces() method in DividerView
1360 resizeStackSurfaces(calculatePositionForInsetBounds(), in onDockedTopTask()