Lines Matching refs:PhantomWrapper
27 private static ArrayList sPhantomList = new ArrayList<PhantomWrapper>();
28 private static ReferenceQueue<PhantomWrapper> sPhantomQueue =
29 new ReferenceQueue<PhantomWrapper>();
75 PhantomWrapper phan = new PhantomWrapper(wrapper, sPhantomQueue,
111 class PhantomWrapper extends PhantomReference {
112 PhantomWrapper(Bitmap.NativeWrapper wrapper,
113 ReferenceQueue<PhantomWrapper> queue, int nativeDataPtr)
126 ReferenceQueue<PhantomWrapper> mQueue;
129 BitmapWatcher(ReferenceQueue<PhantomWrapper> queue) {
137 PhantomWrapper ref = (PhantomWrapper) mQueue.remove();