Searched refs:native_saveLayer (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Canvas.java | 356 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/ |
D | Canvas_Delegate.java | 344 /*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
|