Searched refs:previousParent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java794 final ViewGroup previousParent = (ViewGroup) childView.getParent();
801 if (previousParent != newParentView) {
805 Result result = moveView(previousParent, newParentView, childView, index,
837 previousParent.setLayoutTransition(transition);
855 return moveView(previousParent, newParentView, childView, index, params);
860 previousParent.setLayoutTransition(null);
870 Result result = moveView(previousParent, newParentView, childView, index, layoutParams);
887 * @param previousParent the previous parent, still owning the child at the time of the call.
897 private Result moveView(ViewGroup previousParent, final ViewGroup newParent, argument
900 // check if there is a transition on the previousParent
[all...]

Completed in 6 milliseconds