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

/frameworks/base/graphics/java/android/graphics/
H A DPicture.java52 private Picture(long nativePicture) { argument
53 if (nativePicture == 0) {
56 mNativePicture = nativePicture;
180 private static native int nativeGetWidth(long nativePicture); argument
181 private static native int nativeGetHeight(long nativePicture); argument
184 private static native void nativeDraw(long nativeCanvas, long nativePicture); argument
185 private static native boolean nativeWriteToStream(long nativePicture, argument
187 private static native void nativeDestructor(long nativePicture); argument

Completed in 84 milliseconds