Searched refs:startView (Results 1 – 5 of 5) sorted by relevance
368 final View startView = startValues.view; in onDisappear() local374 View savedOverlayView = (View) startView.getTag(R.id.transition_overlay_view_tag); in onDisappear()397 if (startView == endView) { in onDisappear()409 if (startView.getParent() == null) { in onDisappear()411 overlayView = startView; in onDisappear()412 } else if (startView.getParent() instanceof View) { in onDisappear()413 View startParent = (View) startView.getParent(); in onDisappear()420 overlayView = TransitionUtils.copyViewImage(sceneRoot, startView, in onDisappear()429 overlayView = startView; in onDisappear()459 startView.setTagInternal(R.id.transition_overlay_view_tag, overlayView); in onDisappear()[all …]
553 View startView = startItemIds.valueAt(i); in matchItemIds() local554 if (startView != null && isValidTarget(startView)) { in matchItemIds()557 TransitionValues startValues = unmatchedStart.get(startView); in matchItemIds()562 unmatchedStart.remove(startView); in matchItemIds()580 View startView = startIds.valueAt(i); in matchIds() local581 if (startView != null && isValidTarget(startView)) { in matchIds()584 TransitionValues startValues = unmatchedStart.get(startView); in matchIds()589 unmatchedStart.remove(startView); in matchIds()607 View startView = startNames.valueAt(i); in matchNames() local608 if (startView != null && isValidTarget(startView)) { in matchNames()[all …]
145 View startView = (startValues != null) ? startValues.view : null; in onAppear() local147 startView + ", " + view); in onAppear()
474 public GhostListener(View view, View startView, GhostView ghostView) { in GhostListener() argument476 mStartView = startView; in GhostListener()
961 private static void bfsAddViewChildren(final List<View> views, final View startView) { in bfsAddViewChildren() argument963 if (containedBeforeIndex(views, startView, startIndex)) { in bfsAddViewChildren()966 views.add(startView); in bfsAddViewChildren()