Searched refs:mRefCount (Results 1 – 3 of 3) sorted by relevance
32 private int mRefCount = 0; field in ReusableBitmap79 mRefCount++; in acquireReference()84 if (mRefCount == 0) { in releaseReference()87 mRefCount--; in releaseReference()92 return mRefCount; in getRefCount()100 sb.append(mRefCount); in toString()
36 private static int mRefCount = 0; field in Settings50 mRefCount++; in getInstance()63 mRefCount--; in releaseInstance()64 if (mRefCount == 0) { in releaseInstance()
44 private int mRefCount = 0; field in Suggestions54 mRefCount++; in acquire()58 mRefCount--; in release()59 if (mRefCount <= 0) { in release()