Searched refs:viewAncestor (Results 1 – 2 of 2) sorted by relevance
8530 W(ViewRootImpl viewAncestor) { in W() argument8531 mViewAncestor = new WeakReference<ViewRootImpl>(viewAncestor); in W()8532 mWindowSession = viewAncestor.mWindowSession; in W()8541 final ViewRootImpl viewAncestor = mViewAncestor.get(); in resized() local8542 if (viewAncestor != null) { in resized()8543 viewAncestor.dispatchResized(frame, overscanInsets, contentInsets, in resized()8552 final ViewRootImpl viewAncestor = mViewAncestor.get(); in locationInParentDisplayChanged() local8553 if (viewAncestor != null) { in locationInParentDisplayChanged()8554 viewAncestor.dispatchLocationInParentDisplayChanged(offset); in locationInParentDisplayChanged()8560 final ViewRootImpl viewAncestor = mViewAncestor.get(); in insetsChanged() local[all …]
7425 ViewRootImpl viewAncestor = getViewRootImpl(); in requestTransitionStart() local7426 if (viewAncestor != null) { in requestTransitionStart()7427 viewAncestor.requestTransitionStart(transition); in requestTransitionStart()