Searched refs:nativeSameAs (Results 1 – 2 of 2) sorted by relevance
1178 return this == other || (other != null && nativeSameAs(mNativeBitmap, other.mNativeBitmap)); in sameAs()1263 private static native boolean nativeSameAs(int nb0, int nb1); in nativeSameAs() method in Bitmap
472 /*package*/ static boolean nativeSameAs(int nb0, int nb1) { in nativeSameAs() method in Bitmap_Delegate