Home
last modified time | relevance | path

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

/packages/apps/Car/Cluster/src/android/car/cluster/
DClusterViewModel.java70 private final MutableLiveData<Boolean> mNavigationFocus = new MutableLiveData<>(false); field in ClusterViewModel
200 return mNavigationFocus; in getNavigationFocus()
306 if (mNavigationFocus.getValue() == null || mNavigationFocus.getValue() != navigationFocus) {
307 mNavigationFocus.setValue(navigationFocus);
324 mNavigationFocus.getValue()));
326 if (mNavigationFocus.getValue() != null && mNavigationFocus.getValue()) {