Searched refs:incrementRefCount (Results 1 – 7 of 7) sorted by relevance
120 public ReusableBitmap get(final RequestKey key, final boolean incrementRefCount) { in get() argument124 return super.get(key, incrementRefCount); in get()
21 V get(K key, boolean incrementRefCount); in get() argument
72 public V get(K key, boolean incrementRefCount) { in get() argument79 if (incrementRefCount && result != null) { in get()
34 event->incrementRefCount(); in push()
81 void incrementRefCount() { in incrementRefCount() function
243 mProviders[i].incrementRefCount(); in notifyProvidersChangedLocked()
239 final void incrementRefCount() { in incrementRefCount() method in ResourcesProvider