Searched refs:nativeData (Results 1 – 1 of 1) sorted by relevance
35 Bitmap(String name, int width, int height, Bitmap.NativeWrapper nativeData) { in Bitmap() argument39 mNativeWrapper = nativeData; in Bitmap()68 int nativeData; in allocNativeStorage() local71 nativeData = sSerial++; in allocNativeStorage()74 Bitmap.NativeWrapper wrapper = new Bitmap.NativeWrapper(nativeData); in allocNativeStorage()76 nativeData); in allocNativeStorage()