Searched refs:sharedElement (Results 1 – 2 of 2) sorted by relevance
138 View sharedElement = mActivity.findViewById(R.id.blueSquare); in viewsNotStripped() local140 sharedElement, "holder").toBundle(); in viewsNotStripped()212 View sharedElement = mActivity.findViewById(R.id.redSquare); in viewsStripped() local214 sharedElement, "redSquare").toBundle(); in viewsStripped()509 View sharedElement = mActivity.findViewById(R.id.redSquare); in sharedElementCopied() local511 sharedElement, "red").toBundle(); in sharedElementCopied()529 View sharedElement = sharedElementSnapshots.get(index); in sharedElementCopied()530 Drawable backgroundDrawable = sharedElement.getBackground(); in sharedElementCopied()
141 public void sharedElement() throws Throwable { in sharedElement() method in FragmentTransitionTest