Searched refs:viewAnimator (Results 1 – 1 of 1) sorted by relevance
64 private ViewAnimator viewAnimator; field in LocationFragment92 viewAnimator.setDisplayedChild(LOCATION_ERROR_INDEX);111 viewAnimator = (ViewAnimator) view.findViewById(R.id.location_view_animator); in onCreateView()235 if (viewAnimator.getDisplayedChild() != LOCATION_VIEW_INDEX) { in showLocationNow()236 viewAnimator.setDisplayedChild(LOCATION_VIEW_INDEX); in showLocationNow()237 viewAnimator.setOnClickListener(v -> launchMap()); in showLocationNow()