Searched refs:mRefCounts (Results 1 – 1 of 1) sorted by relevance
50 private static HashMap<Object, Integer> mRefCounts = new HashMap<Object, Integer>(); field in RenderTarget299 Integer refCount = mRefCounts.get(object); in addReferenceTo()301 mRefCounts.put(object, refCount + 1); in addReferenceTo()303 mRefCounts.put(object, 1); in addReferenceTo()308 Integer refCount = mRefCounts.get(object); in removeReferenceTo()311 mRefCounts.put(object, refCount); in removeReferenceTo()