Home | History | Annotate | Download | only in app

Lines Matching refs:accepted

465     protected ArrayMap<String, View> mapSharedElements(ArrayList<String> accepted,
468 if (accepted != null) {
469 for (int i = 0; i < accepted.size(); i++) {
470 sharedElements.put(accepted.get(i), localViews.get(i));