Home
last modified time | relevance | path

Searched refs:referent (Results 1 – 3 of 3) sorted by relevance

/frameworks/layoutlib/bridge/src/libcore/util/
DNativeAllocationRegistry_Delegate.java64 Object referent, in registerNativeAllocation() argument
69 sManager.markAsNativeAllocation(referent, nativePtr); in registerNativeAllocation()
70 if (referent == null) { in registerNativeAllocation()
81 Cleaner cleaner = Cleaner.create(referent, thunk); in registerNativeAllocation()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DDelegateManager.java222 public void markAsNativeAllocation(Object referent, long native_object) { in markAsNativeAllocation() argument
239 holder = new NativeAllocationHolder(referent, delegate); in markAsNativeAllocation()
268 private NativeAllocationHolder(Object referent, Object referred) { in NativeAllocationHolder() argument
269 mReferent = new WeakReference<>(referent); in NativeAllocationHolder()
/frameworks/base/core/java/android/view/accessibility/
DWeakSparseArray.java57 WeakReferenceWithId(E referent, ReferenceQueue<? super E> q, int id) { in WeakReferenceWithId() argument
58 super(referent, q); in WeakReferenceWithId()