Searched refs:sharedElement (Results 1 – 2 of 2) sorted by relevance
136 View sharedElement = mActivity.findViewById(R.id.blueSquare); in viewsNotStripped() local138 sharedElement, "holder").toBundle(); in viewsNotStripped()210 View sharedElement = mActivity.findViewById(R.id.redSquare); in viewsStripped() local212 sharedElement, "redSquare").toBundle(); in viewsStripped()443 View sharedElement = mActivity.findViewById(R.id.redSquare); in sharedElementCopied() local445 sharedElement, "red").toBundle(); in sharedElementCopied()463 View sharedElement = sharedElementSnapshots.get(index); in sharedElementCopied()464 Drawable backgroundDrawable = sharedElement.getBackground(); in sharedElementCopied()
141 public void sharedElement() throws Throwable { in sharedElement() method in FragmentTransitionTest