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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java362 return native_postConcat(native_object, a);
566 /*package*/ static boolean native_postConcat(int native_object, int other_matrix) { method in class:Matrix_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java482 return native_postConcat(native_instance, other.native_instance);
849 private static native boolean native_postConcat(int native_object, method in class:Matrix

Completed in 28 milliseconds