Searched refs:mExitStartPosition (Results 1 – 1 of 1) sorted by relevance
156 private int mExitStartPosition; field in DividerView1046 calculateBoundsForPosition(mExitStartPosition, in resizeStack()1096 taskRect.offset(0, (int) ((position - mExitStartPosition) * 0.25f)); in applyExitAnimationParallax()1098 taskRect.offset((int) ((position - mExitStartPosition) * 0.25f), 0); in applyExitAnimationParallax()1100 taskRect.offset((int) ((mExitStartPosition - position) * 0.25f), 0); in applyExitAnimationParallax()1336 mExitStartPosition = getCurrentPosition(); in onUndockingTask()1337 stopDragging(mExitStartPosition, target, 336 /* duration */, 100 /* startDelay */, in onUndockingTask()