Searched refs:PhantomWrapper (Results 1 – 1 of 1) sorted by relevance
27 private static ArrayList sPhantomList = new ArrayList<PhantomWrapper>();28 private static ReferenceQueue<PhantomWrapper> sPhantomQueue =29 new ReferenceQueue<PhantomWrapper>();76 PhantomWrapper phan = new PhantomWrapper(wrapper, sPhantomQueue, in allocNativeStorage()112 class PhantomWrapper extends PhantomReference { class113 PhantomWrapper(Bitmap.NativeWrapper wrapper, in PhantomWrapper() method in PhantomWrapper114 ReferenceQueue<PhantomWrapper> queue, int nativeDataPtr) in PhantomWrapper()127 ReferenceQueue<PhantomWrapper> mQueue;129 BitmapWatcher(ReferenceQueue<PhantomWrapper> queue) { in BitmapWatcher()137 PhantomWrapper ref = (PhantomWrapper) mQueue.remove(); in run()