Searched refs:otherPath (Results 1 – 1 of 1) sorted by relevance
835 public boolean isInterpolatable(@NonNull Path otherPath) { in isInterpolatable() argument836 return nIsInterpolatable(mNativePath, otherPath.mNativePath); in isInterpolatable()851 public boolean interpolate(@NonNull Path otherPath, float t, @NonNull Path interpolatedPath) { in interpolate() argument852 return nInterpolate(mNativePath, otherPath.mNativePath, t, interpolatedPath.mNativePath); in interpolate()