Home
last modified time | relevance | path

Searched refs:native_preConcat (Results 1 – 2 of 2) sorted by relevance

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