Searched refs:mViewAncestor (Results 1 – 2 of 2) sorted by relevance
8527 private final WeakReference<ViewRootImpl> mViewAncestor; field in ViewRootImpl.TrackballAxis.W8531 mViewAncestor = new WeakReference<ViewRootImpl>(viewAncestor); in W()8541 final ViewRootImpl viewAncestor = mViewAncestor.get(); in resized()8552 final ViewRootImpl viewAncestor = mViewAncestor.get(); in locationInParentDisplayChanged()8560 final ViewRootImpl viewAncestor = mViewAncestor.get(); in insetsChanged()8569 final ViewRootImpl viewAncestor = mViewAncestor.get(); in insetsControlChanged()8577 final ViewRootImpl viewAncestor = mViewAncestor.get(); in moved()8585 final ViewRootImpl viewAncestor = mViewAncestor.get(); in dispatchAppVisibility()8593 final ViewRootImpl viewAncestor = mViewAncestor.get(); in dispatchGetNewSurface()8601 final ViewRootImpl viewAncestor = mViewAncestor.get(); in windowFocusChanged()[all …]
79007 Landroid/view/ViewRootImpl$W;->mViewAncestor:Ljava/lang/ref/WeakReference;