Searched defs:native_isEmpty (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java165 /*package*/ static boolean native_isEmpty(int nPath) { method in class:Path_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPath.java169 return native_isEmpty(mNativePath);
616 private static native boolean native_isEmpty(int nPath); method in class:Path

Completed in 112 milliseconds