Searched refs:mNavigationFocus (Results 1 – 2 of 2) sorted by relevance
77 private final MutableLiveData<Boolean> mNavigationFocus = new MutableLiveData<>(false); field in ClusterViewModel198 return mNavigationFocus; in getNavigationFocus()303 if (mNavigationFocus.getValue() == null || mNavigationFocus.getValue() != navigationFocus) {304 mNavigationFocus.setValue(navigationFocus);321 mNavigationFocus.getValue()));323 if (mNavigationFocus.getValue() != null && mNavigationFocus.getValue()) {
73 private final MutableLiveData<Boolean> mNavigationFocus = new MutableLiveData<>(false); field in ClusterViewModel203 return mNavigationFocus; in getNavigationFocus()313 if (mNavigationFocus.getValue() == null || mNavigationFocus.getValue() != navigationFocus) {314 mNavigationFocus.setValue(navigationFocus);331 mNavigationFocus.getValue()));333 if (mNavigationFocus.getValue() != null && mNavigationFocus.getValue()) {