Searched refs:EXP_STRETCH_INTENSITY (Results 1 – 1 of 1) sorted by relevance
146 private static final float EXP_STRETCH_INTENSITY = 0.016f; field in EdgeEffect836 double expIntensity = EXP_STRETCH_INTENSITY * (1 - Math.exp(-overscroll * scalar)); in dampStretchVector()