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.java66 private static final Interpolator OVERSCROLL_INTERP; field in TaskStackViewTouchHandler
71 OVERSCROLL_INTERP = new FreePathInterpolator(OVERSCROLL_PATH);
297 float interpX = OVERSCROLL_INTERP.getInterpolation(overscrollX); in handleTouchEvent()