Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DCanvas.java642 if (matrix != null) native_concat(mNativeCanvasWrapper, matrix.native_instance); in concat()
2008 private static native void native_concat(long nativeCanvas, in native_concat() method in Canvas
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java320 /*package*/ static void native_concat(long nCanvas, long nMatrix) { in native_concat() method in Canvas_Delegate