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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DDelegateManager.java20 import com.android.layoutlib.bridge.util.SparseWeakArray;
78 private static final SparseWeakArray<Object> sDelegates = new SparseWeakArray<>();
80 * This is to ensure that the WeakReference in the SparseWeakArray doesn't get GC'ed
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DSparseWeakArray.java44 public class SparseWeakArray<E> { class
53 public SparseWeakArray() { method in class:SparseWeakArray
62 public SparseWeakArray(int initialCapacity) { method in class:SparseWeakArray

Completed in 66 milliseconds