Searched refs:mLeashedParentToken (Results 1 – 4 of 4) sorted by relevance
48 viewRootImpl.mAttachInfo.mLeashedParentToken = host; in associateEmbeddedHierarchy()64 viewRootImpl.mAttachInfo.mLeashedParentToken = null; in disassociateEmbeddedHierarchy()
1027 info.setLeashedParent(mViewRootImpl.mAttachInfo.mLeashedParentToken, in associateLeashedParentIfNeeded()1032 return (mViewRootImpl.mAttachInfo.mLeashedParentToken == null in shouldBypassAssociateLeashedParent()
11768 if (mAttachInfo.mLeashedParentToken != null) { in onAccessibilityStateChanged()11770 mAttachInfo.mLeashedParentToken, mLeashToken); in onAccessibilityStateChanged()
32128 IBinder mLeashedParentToken; field in View.AttachInfo