Home | History | Annotate | Download | only in app

Lines Matching refs:sharedElements

523      * Activity. The position of the first element in sharedElements
531 * @param sharedElements The names of the shared elements to transfer to the called
540 Pair<View, String>... sharedElements) {
551 if (sharedElements != null) {
552 for (int i = 0; i < sharedElements.length; i++) {
553 Pair<View, String> sharedElement = sharedElements[i];