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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java196 /*package*/ static boolean native_isIdentity(int native_object) { method in class:Matrix_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java247 return native_isIdentity(native_instance);
795 private static native boolean native_isIdentity(int native_object); method in class:Matrix

Completed in 7 milliseconds