Searched refs:native_saveLayer (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Canvas.java | 366 return native_saveLayer(mNativeCanvas, bounds, in saveLayer() 376 return native_saveLayer(mNativeCanvas, left, top, right, bottom, in saveLayer() 1665 private static native int native_saveLayer(int nativeCanvas, RectF bounds, in native_saveLayer() method in Canvas 1667 private static native int native_saveLayer(int nativeCanvas, float l, in native_saveLayer() method in Canvas
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Canvas_Delegate.java | 349 /*package*/ static int native_saveLayer(int nativeCanvas, RectF bounds, in native_saveLayer() method in Canvas_Delegate 366 /*package*/ static int native_saveLayer(int nativeCanvas, float l, in native_saveLayer() method in Canvas_Delegate
|