Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPath.java852 return nInterpolate(mNativePath, otherPath.mNativePath, t, interpolatedPath.mNativePath); in interpolate()
900 private static native boolean nInterpolate(long startPath, long endPath, float t, in nInterpolate() method in Path