Searched refs:dampStretchVector (Results 1 – 3 of 3) sorted by relevance
646 float vecX = dampStretchVector(Math.max(-1f, Math.min(1f, x / width))); in draw()650 float vecY = dampStretchVector(Math.max(-1f, Math.min(1f, y / height))); in draw()831 private float dampStretchVector(float normalizedVec) { in dampStretchVector() method in EdgeEffect
19945 HSPLandroid/widget/EdgeEffect;->dampStretchVector(F)F
19993 HSPLandroid/widget/EdgeEffect;->dampStretchVector(F)F