Searched refs:MAX_OVERSCROLL (Results 1 – 1 of 1) sorted by relevance
65 private static final float MAX_OVERSCROLL = 0.7f / 0.3f; field in TaskStackViewTouchHandler296 float overscrollX = Math.abs(overscrollP) / MAX_OVERSCROLL; in handleTouchEvent()299 (interpX * MAX_OVERSCROLL); in handleTouchEvent()