Home
last modified time | relevance | path

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

/lifecycle/lifecycle-process/src/main/java/androidx/lifecycle/
DProcessLifecycleOwner.kt45 private var startedCounter = 0 variable in androidx.lifecycle.ProcessLifecycleOwner
90 startedCounter++ in activityStarted()
91 if (startedCounter == 1 && stopSent) { in activityStarted()
117 startedCounter-- in activityStopped()
129 if (startedCounter == 0 && pauseSent) { in dispatchStopIfNeeded()