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

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

Completed in 8 milliseconds