Searched refs:viewAncestor (Results 1 – 2 of 2) sorted by relevance
9081 W(ViewRootImpl viewAncestor) { in W() argument9082 mViewAncestor = new WeakReference<ViewRootImpl>(viewAncestor); in W()9083 mWindowSession = viewAncestor.mWindowSession; in W()9092 final ViewRootImpl viewAncestor = mViewAncestor.get(); in resized() local9093 if (viewAncestor != null) { in resized()9094 viewAncestor.dispatchResized(frame, contentInsets, in resized()9103 final ViewRootImpl viewAncestor = mViewAncestor.get(); in locationInParentDisplayChanged() local9104 if (viewAncestor != null) { in locationInParentDisplayChanged()9105 viewAncestor.dispatchLocationInParentDisplayChanged(offset); in locationInParentDisplayChanged()9111 final ViewRootImpl viewAncestor = mViewAncestor.get(); in insetsChanged() local[all …]
7680 ViewRootImpl viewAncestor = getViewRootImpl(); in requestTransitionStart() local7681 if (viewAncestor != null) { in requestTransitionStart()7682 viewAncestor.requestTransitionStart(transition); in requestTransitionStart()