Home | History | Annotate | Download | only in view

Lines Matching refs:viewAncestor

602                 // an ancestor of v; this will get checked for at ViewAncestor
5234 * to start after the layout/setup phase. The request is forwarded to the ViewAncestor, who
5242 ViewRootImpl viewAncestor = getViewRootImpl();
5243 if (viewAncestor != null) {
5244 viewAncestor.requestTransitionStart(transition);