Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DDividerView.java149 private int mExitStartPosition; field in DividerView
1127 calculateBoundsForPosition(mExitStartPosition, in resizeStackSurfaces()
1179 taskRect.offset(0, (int) ((position - mExitStartPosition) * 0.25f)); in applyExitAnimationParallax()
1181 taskRect.offset((int) ((position - mExitStartPosition) * 0.25f), 0); in applyExitAnimationParallax()
1183 taskRect.offset((int) ((mExitStartPosition - position) * 0.25f), 0); in applyExitAnimationParallax()
1325 mExitStartPosition = getCurrentPosition(); in onUndockingTask()
1326 stopDragging(mExitStartPosition, target, 336 /* duration */, 100 /* startDelay */, in onUndockingTask()