Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DCanvas.java770 return native_getClipBounds(mNativeCanvas, bounds); in getClipBounds()
1671 private static native boolean native_getClipBounds(int nativeCanvas, in native_getClipBounds() method in Canvas
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DCanvas_Delegate.java530 /*package*/ static boolean native_getClipBounds(int nativeCanvas, in native_getClipBounds() method in Canvas_Delegate