Searched refs:nativePicture (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPicture.java56 private Picture(long nativePicture) { argument
57 if (nativePicture == 0) {
60 mNativePicture = nativePicture;
199 private static native int nativeGetWidth(long nativePicture); argument
200 private static native int nativeGetHeight(long nativePicture); argument
203 private static native void nativeDraw(long nativeCanvas, long nativePicture); argument
204 private static native boolean nativeWriteToStream(long nativePicture, argument
206 private static native void nativeDestructor(long nativePicture); argument

Completed in 29 milliseconds