Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPath.java836 return nIsInterpolatable(mNativePath, otherPath.mNativePath); in isInterpolatable()
913 private static native boolean nIsInterpolatable(long startPath, long endPath); in nIsInterpolatable() method in Path