Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java105 private static final PathInterpolator SLOWDOWN_INTERPOLATOR = field in DividerView
1212 float result = SLOWDOWN_INTERPOLATOR.getInterpolation(fraction) / 3.5f; in calculateParallaxDismissingFraction()