Create v4 PathInterpolatorCompat

PathInterpolatorCompat uses PathInterpolator on API 21+, and provides an
alternative implementation to support API 4+. PathInterpolatorCompatIMPL
computes the interpolation along an arbitrary path using a linear
sample-based approximation. Note the interpolated values may differ
slightly from the framework PathInterpolator which uses an arc-based
approximation.

Change-Id: I45dda33abeb93aa30b7c52be0d5076ee57b84f82
1 file changed