Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DLocationFragment.java64 private ViewAnimator viewAnimator; field in LocationFragment
92 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()