Searched refs:PhantomWrapper (Results 1 – 1 of 1) sorted by relevance
28 private static ArrayList sPhantomList = new ArrayList<PhantomWrapper>();29 private static ReferenceQueue<PhantomWrapper> sPhantomQueue =30 new ReferenceQueue<PhantomWrapper>();77 PhantomWrapper phan = new PhantomWrapper(wrapper, sPhantomQueue, in allocNativeStorage()101 public PhantomWrapper mPhantomWrapper;119 class PhantomWrapper extends PhantomReference { class120 PhantomWrapper(Bitmap.NativeWrapper wrapper, in PhantomWrapper() method in PhantomWrapper121 ReferenceQueue<PhantomWrapper> queue, int nativeDataPtr) in PhantomWrapper()136 ReferenceQueue<PhantomWrapper> mQueue;138 BitmapWatcher(ReferenceQueue<PhantomWrapper> queue) { in BitmapWatcher()[all …]