Searched refs:mLastEventPosition (Results 1 – 1 of 1) sorted by relevance
97 private float[] mLastEventPosition = { 0, 0 }; field in MultiShrinkScroller1268 mLastEventPosition[0] = event.getX(); in updateLastEventPosition()1269 mLastEventPosition[1] = event.getY(); in updateLastEventPosition()1273 final float deltaY = event.getY() - mLastEventPosition[1]; in motionShouldStartDrag()1279 final float position = mLastEventPosition[VERTICAL]; in updatePositionAndComputeDelta()1282 if (position < mLastEventPosition[VERTICAL] && mHasEverTouchedTheTop) { in updatePositionAndComputeDelta()1287 return (position - mLastEventPosition[VERTICAL]) / elasticityFactor; in updatePositionAndComputeDelta()