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.java136 View sharedElement = mActivity.findViewById(R.id.blueSquare); in viewsNotStripped() local
138 sharedElement, "holder").toBundle(); in viewsNotStripped()
210 View sharedElement = mActivity.findViewById(R.id.redSquare); in viewsStripped() local
212 sharedElement, "redSquare").toBundle(); in viewsStripped()
443 View sharedElement = mActivity.findViewById(R.id.redSquare); in sharedElementCopied() local
445 sharedElement, "red").toBundle(); in sharedElementCopied()
463 View sharedElement = sharedElementSnapshots.get(index); in sharedElementCopied()
464 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