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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java780 final ViewGroup previousParent = (ViewGroup) childView.getParent();
787 if (previousParent != newParentView) {
791 Result result = moveView(previousParent, newParentView, childView, index,
823 previousParent.setLayoutTransition(transition);
841 return moveView(previousParent, newParentView, childView, index, params);
846 previousParent.setLayoutTransition(null);
856 Result result = moveView(previousParent, newParentView, childView, index, layoutParams);
873 * @param previousParent the previous parent, still owning the child at the time of the call.
883 private Result moveView(ViewGroup previousParent, final ViewGroup newParent, argument
886 // check if there is a transition on the previousParent
[all...]

Completed in 9 milliseconds