Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DActivityTransitionTest.java138 View sharedElement = mActivity.findViewById(R.id.blueSquare); in viewsNotStripped() local
140 sharedElement, "holder").toBundle(); in viewsNotStripped()
212 View sharedElement = mActivity.findViewById(R.id.redSquare); in viewsStripped() local
214 sharedElement, "redSquare").toBundle(); in viewsStripped()
509 View sharedElement = mActivity.findViewById(R.id.redSquare); in sharedElementCopied() local
511 sharedElement, "red").toBundle(); in sharedElementCopied()
529 View sharedElement = sharedElementSnapshots.get(index); in sharedElementCopied()
530 Drawable backgroundDrawable = sharedElement.getBackground(); in sharedElementCopied()
/cts/tests/fragment/src/android/fragment/cts/
DFragmentTransitionTest.java141 public void sharedElement() throws Throwable { in sharedElement() method in FragmentTransitionTest