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.java157 private int mExitStartPosition; field in DividerView
967 calculateBoundsForPosition(mExitStartPosition, in resizeStack()
1013 taskRect.offset(0, (int) ((position - mExitStartPosition) * 0.25f)); in applyExitAnimationParallax()
1015 taskRect.offset((int) ((position - mExitStartPosition) * 0.25f), 0); in applyExitAnimationParallax()
1017 taskRect.offset((int) ((mExitStartPosition - position) * 0.25f), 0); in applyExitAnimationParallax()
1258 mExitStartPosition = getCurrentPosition(); in onBusEvent()
1259 stopDragging(mExitStartPosition, target, 336 /* duration */, 100 /* startDelay */, in onBusEvent()