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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java370 native_preConcat(native_object, b);
450 /*package*/ static void native_preConcat(long native_object, long other_matrix) { method in class:Matrix_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java448 native_preConcat(native_instance, other.native_instance);
881 private static native void native_preConcat(long native_object, method in class:Matrix

Completed in 124 milliseconds