Home | History | Annotate | Download | only in app

Lines Matching defs:sharedElement

413      * The position of <code>sharedElement</code> will be used as the epicenter for the
421 * @param sharedElement The View to transition to the started Activity.
430 View sharedElement, String sharedElementName) {
431 return makeSceneTransitionAnimation(activity, Pair.create(sharedElement, sharedElementName));
467 Pair<View, String> sharedElement = sharedElements[i];
468 String sharedElementName = sharedElement.second;
473 View view = sharedElement.first;
477 views.add(sharedElement.first);