Home
last modified time | relevance | path

Searched refs:mStoppedAddingChildren (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DRaceConditionReproducer.java100 private boolean mStoppedAddingChildren = true; field in RaceConditionReproducer.EventNode
104 sb.append(!mStoppedAddingChildren ? "+" : "-"); in debugDump()
131 if (!mStoppedAddingChildren) return false; in stoppedAddingChildrenToTree()
152 if (!mStoppedAddingChildren) { in populatePathToGrowthPoint()
155 mStoppedAddingChildren = true; in populatePathToGrowthPoint()
243 mLastRegisteredEvent.mStoppedAddingChildren = true; in finishIteration()
456 mLastRegisteredEvent.mStoppedAddingChildren = eventAsExit(event) != null; in registerEventLocked()