Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java6994 W(ViewRootImpl viewAncestor) { in W() argument
6995 mViewAncestor = new WeakReference<ViewRootImpl>(viewAncestor); in W()
6996 mWindowSession = viewAncestor.mWindowSession; in W()
7004 final ViewRootImpl viewAncestor = mViewAncestor.get(); in resized() local
7005 if (viewAncestor != null) { in resized()
7006 viewAncestor.dispatchResized(frame, overscanInsets, contentInsets, in resized()
7014 final ViewRootImpl viewAncestor = mViewAncestor.get(); in moved() local
7015 if (viewAncestor != null) { in moved()
7016 viewAncestor.dispatchMoved(newX, newY); in moved()
7022 final ViewRootImpl viewAncestor = mViewAncestor.get(); in dispatchAppVisibility() local
[all …]
DViewGroup.java6580 ViewRootImpl viewAncestor = getViewRootImpl(); in requestTransitionStart() local
6581 if (viewAncestor != null) { in requestTransitionStart()
6582 viewAncestor.requestTransitionStart(transition); in requestTransitionStart()