Searched defs:liveDataSource (Results 1 – 2 of 2) sorted by relevance
76 private var liveDataSource: LiveData<I>? = null variable in androidx.camera.core.impl.utils.MappingRedirectableLiveData113 val liveDataSource = this.liveDataSource // snapshot for non-null smart casting in getValue() constant
36 void setSource(@NonNull LiveData<T> liveDataSource) { in setSource()