Searched refs:mReferences (Results 1 – 4 of 4) 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()
34 private int mReferences; field in GhostView112 previousRefCount = ghostView.mReferences; in addGhost()132 ghostView.mReferences = previousRefCount; in addGhost()136 ghostView.mReferences++; in addGhost()147 ghostView.mReferences--; in removeGhost()148 if (ghostView.mReferences == 0) { in removeGhost()
317 private HashMap<Integer, LinkedList<RemoteViewsFrameLayout>> mReferences; field in RemoteViewsAdapter.RemoteViewsFrameLayoutRefSet322 mReferences = new HashMap<Integer, LinkedList<RemoteViewsFrameLayout>>(); in RemoteViewsFrameLayoutRefSet()335 if (mReferences.containsKey(pos)) { in add()336 refs = mReferences.get(pos); in add()339 mReferences.put(pos, refs); in add()355 if (mReferences.containsKey(pos)) { in notifyOnRemoteViewsLoaded()357 final LinkedList<RemoteViewsFrameLayout> refs = mReferences.get(pos); in notifyOnRemoteViewsLoaded()366 mReferences.remove(pos); in notifyOnRemoteViewsLoaded()386 mReferences.clear(); in clear()