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

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

Completed in 56 milliseconds