Searched refs:PhantomWrapper (Results 1 - 1 of 1) sorted by relevance

/dalvik/tests/079-phantom/src/
H A DBitmap.java27 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 { class in inherits:PhantomReference
112 PhantomWrapper(Bitmap.NativeWrapper wrapper, method in class:PhantomWrapper
113 ReferenceQueue<PhantomWrapper> queue, int nativeDataPtr)
126 ReferenceQueue<PhantomWrapper> mQueue;
129 BitmapWatcher(ReferenceQueue<PhantomWrapper> queu
[all...]

Completed in 24 milliseconds