Searched refs:bmpDelegate (Results 1 – 1 of 1) sorted by relevance
676 Bitmap_Delegate bmpDelegate = sManager.getDelegate(nativePtr); in nativeSetImmutable() local677 if (bmpDelegate == null) { in nativeSetImmutable()680 bmpDelegate.mIsMutable = false; in nativeSetImmutable()685 Bitmap_Delegate bmpDelegate = sManager.getDelegate(nativePtr); in nativeIsImmutable() local686 if (bmpDelegate == null) { in nativeIsImmutable()689 return !bmpDelegate.mIsMutable; in nativeIsImmutable()