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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java360 return native_preConcat(native_object, b);
470 /*package*/ static boolean native_preConcat(int native_object, int other_matrix) { method in class:Matrix_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java418 return native_preConcat(native_instance, other.native_instance);
833 private static native boolean native_preConcat(int native_object, method in class:Matrix

Completed in 26 milliseconds