Home
last modified time | relevance | path

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

/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/
DClusterViewModel.java77 private final MutableLiveData<Boolean> mNavigationFocus = new MutableLiveData<>(false); field in ClusterViewModel
198 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()) {
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
DClusterViewModel.java73 private final MutableLiveData<Boolean> mNavigationFocus = new MutableLiveData<>(false); field in ClusterViewModel
203 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()) {