Searched refs:mIterationDepth (Results 1 – 1 of 1) sorted by relevance
47 private int mIterationDepth = 0; field in ObserverList78 if (mIterationDepth == 0) { in removeObserver()91 if (mIterationDepth == 0) { in clear()122 assert mIterationDepth == 0; in compact() local131 mIterationDepth++; in incrementIterationDepth()135 mIterationDepth--; in decrementIterationDepthAndCompactIfNeeded()136 assert mIterationDepth >= 0; in decrementIterationDepthAndCompactIfNeeded() local137 if (mIterationDepth == 0) in decrementIterationDepthAndCompactIfNeeded()