Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java148 private int mExitStartPosition; field in DividerView
823 calculateBoundsForPosition(mExitStartPosition, in resizeStack()
869 taskRect.offset(0, (int) ((position - mExitStartPosition) * 0.25f)); in applyExitAnimationParallax()
871 taskRect.offset((int) ((position - mExitStartPosition) * 0.25f), 0); in applyExitAnimationParallax()
873 taskRect.offset((int) ((mExitStartPosition - position) * 0.25f), 0); in applyExitAnimationParallax()
1111 mExitStartPosition = getCurrentPosition(); in onBusEvent()
1112 stopDragging(mExitStartPosition, target, 336 /* duration */, 100 /* startDelay */, in onBusEvent()