Searched refs:mReferences (Results 1 – 5 of 5) sorted by relevance
35 protected KeyValueMap mReferences = new KeyValueMap(); field in GraphReader58 mReferences.put(name, object); in addReference()62 mReferences.putAll(refs); in addReferencesByMap()66 mReferences.setKeyValues(references); in addReferencesByKeysAndValues()
426 if (mReferences.containsKey(name)) { in bindExternal()427 Object value = mReferences.get(name); in bindExternal()442 for (String reference : mReferences.keySet()) { in checkReferences()
38 private int mReferences; field in GhostView111 previousRefCount = ghostView.mReferences; in addGhost()131 ghostView.mReferences = previousRefCount; in addGhost()135 ghostView.mReferences++; in addGhost()148 ghostView.mReferences--; in removeGhost()149 if (ghostView.mReferences == 0) { in removeGhost()
46 private final Set<Reference<?>> mReferences = new HashSet<>(); field in ImagePoolImpl107 if (mReferences.remove(this)) { in prepareImage()126 mReferences.add(reference); in prepareImage()
79824 Landroid/view/GhostView;->mReferences:I