Searched refs:viewAncestor (Results 1 – 2 of 2) sorted by relevance
8349 W(ViewRootImpl viewAncestor) { in W() argument8350 mViewAncestor = new WeakReference<ViewRootImpl>(viewAncestor); in W()8351 mWindowSession = viewAncestor.mWindowSession; in W()8360 final ViewRootImpl viewAncestor = mViewAncestor.get(); in resized() local8361 if (viewAncestor != null) { in resized()8362 viewAncestor.dispatchResized(frame, overscanInsets, contentInsets, in resized()8371 final ViewRootImpl viewAncestor = mViewAncestor.get(); in insetsChanged() local8372 if (viewAncestor != null) { in insetsChanged()8373 viewAncestor.dispatchInsetsChanged(insetsState); in insetsChanged()8380 final ViewRootImpl viewAncestor = mViewAncestor.get(); in insetsControlChanged() local[all …]
7381 ViewRootImpl viewAncestor = getViewRootImpl(); in requestTransitionStart() local7382 if (viewAncestor != null) { in requestTransitionStart()7383 viewAncestor.requestTransitionStart(transition); in requestTransitionStart()