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()
59 ghostView.mReferences++; in addGhost()67 ghostView.mReferences--; in removeGhost()68 if (ghostView.mReferences <= 0) { in removeGhost()106 int mReferences; field in GhostViewApi14
34 private int mReferences; field in GhostView106 previousRefCount = ghostView.mReferences; in addGhost()126 ghostView.mReferences = previousRefCount; in addGhost()130 ghostView.mReferences++; in addGhost()141 ghostView.mReferences--; in removeGhost()142 if (ghostView.mReferences == 0) { in removeGhost()
363 private final SparseArray<LinkedList<RemoteViewsFrameLayout>> mReferences = field in RemoteViewsAdapter.RemoteViewsFrameLayoutRefSet372 LinkedList<RemoteViewsFrameLayout> refs = mReferences.get(position); in add()377 mReferences.put(position, refs); in add()392 final LinkedList<RemoteViewsFrameLayout> refs = mReferences.get(position); in notifyOnRemoteViewsLoaded()403 mReferences.remove(position); in notifyOnRemoteViewsLoaded()423 mReferences.clear(); in clear()