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

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java403 Bitmap b = nativeCopy(mNativeBitmap, config.nativeInt, isMutable);
1177 private static native Bitmap nativeCopy(int srcBitmap, int nativeConfig, method in class:Bitmap
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1327 private static native int nativeCopy(int destNativePtr, int sourceNativePtr, method in class:MotionEvent
1621 ev.mNativePtr = nativeCopy(ev.mNativePtr, other.mNativePtr, true /*keepHistory*/);
1635 ev.mNativePtr = nativeCopy(ev.mNativePtr, other.mNativePtr, false /*keepHistory*/);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java218 /*package*/ static Bitmap nativeCopy(int srcBitmap, int nativeConfig, boolean isMutable) { method in class:Bitmap_Delegate

Completed in 935 milliseconds