Home
last modified time | relevance | path

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

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