Home
last modified time | relevance | path

Searched refs:viewAncestor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootImpl.java8349 W(ViewRootImpl viewAncestor) { in W() argument
8350 mViewAncestor = new WeakReference<ViewRootImpl>(viewAncestor); in W()
8351 mWindowSession = viewAncestor.mWindowSession; in W()
8360 final ViewRootImpl viewAncestor = mViewAncestor.get(); in resized() local
8361 if (viewAncestor != null) { in resized()
8362 viewAncestor.dispatchResized(frame, overscanInsets, contentInsets, in resized()
8371 final ViewRootImpl viewAncestor = mViewAncestor.get(); in insetsChanged() local
8372 if (viewAncestor != null) { in insetsChanged()
8373 viewAncestor.dispatchInsetsChanged(insetsState); in insetsChanged()
8380 final ViewRootImpl viewAncestor = mViewAncestor.get(); in insetsControlChanged() local
[all …]
DViewGroup.java7381 ViewRootImpl viewAncestor = getViewRootImpl(); in requestTransitionStart() local
7382 if (viewAncestor != null) { in requestTransitionStart()
7383 viewAncestor.requestTransitionStart(transition); in requestTransitionStart()