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

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java349 return native_saveLayer(mNativeCanvas, bounds,
359 return native_saveLayer(mNativeCanvas, left, top, right, bottom,
1629 private static native int native_saveLayer(int nativeCanvas, RectF bounds, method in class:Canvas
1631 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.java350 /*package*/ static int native_saveLayer(int nativeCanvas, RectF bounds, method in class:Canvas_Delegate
367 /*package*/ static int native_saveLayer(int nativeCanvas, float l, method in class:Canvas_Delegate

Completed in 44 milliseconds