Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java7911 W(ViewRootImpl viewAncestor) { in W() argument
7912 mViewAncestor = new WeakReference<ViewRootImpl>(viewAncestor); in W()
7913 mWindowSession = viewAncestor.mWindowSession; in W()
7922 final ViewRootImpl viewAncestor = mViewAncestor.get(); in resized() local
7923 if (viewAncestor != null) { in resized()
7924 viewAncestor.dispatchResized(frame, overscanInsets, contentInsets, in resized()
7932 final ViewRootImpl viewAncestor = mViewAncestor.get(); in moved() local
7933 if (viewAncestor != null) { in moved()
7934 viewAncestor.dispatchMoved(newX, newY); in moved()
7940 final ViewRootImpl viewAncestor = mViewAncestor.get(); in dispatchAppVisibility() local
[all …]
DViewGroup.java7221 ViewRootImpl viewAncestor = getViewRootImpl(); in requestTransitionStart() local
7222 if (viewAncestor != null) { in requestTransitionStart()
7223 viewAncestor.requestTransitionStart(transition); in requestTransitionStart()