Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java65 private static final Interpolator OVERSCROLL_INTERP; field in TaskStackViewTouchHandler
70 OVERSCROLL_INTERP = new FreePathInterpolator(OVERSCROLL_PATH);
303 float interpX = OVERSCROLL_INTERP.getInterpolation(overscrollX); in handleTouchEvent()