Home
last modified time | relevance | path

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

/frameworks/support/lifecycle/livedata-core/src/main/java/androidx/lifecycle/
DLiveData.java100 if (!observer.shouldBeActive()) { in considerNotify()
360 boolean shouldBeActive() { in shouldBeActive() method in LiveData.LifecycleBoundObserver
370 activeStateChanged(shouldBeActive()); in onStateChanged()
393 abstract boolean shouldBeActive(); in shouldBeActive() method in LiveData.ObserverWrapper
430 boolean shouldBeActive() { in shouldBeActive() method in LiveData.AlwaysActiveObserver