Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DFragmentManager.java1518 final View animatingView = fragment.mView; in completeShowHideFragment() local
1520 container.startViewTransition(animatingView); in completeShowHideFragment()
1528 container.endViewTransition(animatingView); in completeShowHideFragment()
1531 animatingView.setVisibility(View.GONE); in completeShowHideFragment()
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
DFragmentManager.java1724 final View animatingView = fragment.mView; in completeShowHideFragment() local
1725 container.startViewTransition(animatingView); in completeShowHideFragment()
1731 container.endViewTransition(animatingView); in completeShowHideFragment()