Searched refs:copyNativeCanvasState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java165 copyNativeCanvasState(oldCanvas, mNativeCanvas);
1717 private static native void copyNativeCanvasState(int srcCanvas, int dstCanvas); method in class:Canvas
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java331 /*package*/ static void copyNativeCanvasState(int srcCanvas, int dstCanvas) { method in class:Canvas_Delegate

Completed in 18 milliseconds