HomeSort by relevance Sort by last modified time
    Searched refs:PhantomWrapper (Results 1 - 2 of 2) sorted by null

  /art/test/079-phantom/src/
Bitmap.java 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)
    [all...]
  /dalvik/tests/079-phantom/src/
Bitmap.java 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)
    [all...]

Completed in 2021 milliseconds