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

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java356 return native_saveLayer(mNativeCanvas, bounds,
366 return native_saveLayer(mNativeCanvas, left, top, right, bottom,
1645 private static native int native_saveLayer(int nativeCanvas, RectF bounds, method in class:Canvas
1647 private static native int native_saveLayer(int nativeCanvas, float l, method in class:Canvas
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java344 /*package*/ static int native_saveLayer(int nativeCanvas, RectF bounds, method in class:Canvas_Delegate
361 /*package*/ static int native_saveLayer(int nativeCanvas, float l, method in class:Canvas_Delegate

Completed in 12 milliseconds