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.java158 private int mExitStartPosition; field in DividerView
1050 calculateBoundsForPosition(mExitStartPosition, in resizeStack()
1100 taskRect.offset(0, (int) ((position - mExitStartPosition) * 0.25f)); in applyExitAnimationParallax()
1102 taskRect.offset((int) ((position - mExitStartPosition) * 0.25f), 0); in applyExitAnimationParallax()
1104 taskRect.offset((int) ((mExitStartPosition - position) * 0.25f), 0); in applyExitAnimationParallax()
1340 mExitStartPosition = getCurrentPosition(); in onBusEvent()
1341 stopDragging(mExitStartPosition, target, 336 /* duration */, 100 /* startDelay */, in onBusEvent()