Searched refs:DestroyRunnable (Results 1 – 3 of 3) sorted by relevance
24 private static final class DestroyRunnable implements Runnable { class in AwPicture26 private DestroyRunnable(long nativeAwPicture) { in DestroyRunnable() method in AwPicture.DestroyRunnable43 mCleanupReference = new CleanupReference(this, new DestroyRunnable(nativeAwPicture)); in AwPicture()
260 private static final class DestroyRunnable implements Runnable { class in AwContents262 private DestroyRunnable(long nativeAwContents) { in DestroyRunnable() method in AwContents.DestroyRunnable773 mCleanupReference = new CleanupReference(this, new DestroyRunnable(mNativeAwContents)); in setNewAwContents()
26 private static class DestroyRunnable implements Runnable { class in CleanupReferenceTest.ReferredObject35 mRef = new CleanupReference(this, new DestroyRunnable()); in ReferredObject()