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()
913 info.setLeashedParent(mViewRootImpl.mAttachInfo.mLeashedParentToken, in associateLeashedParentIfNeeded()918 return (mViewRootImpl.mAttachInfo.mLeashedParentToken == null in shouldBypassAssociateLeashedParent()
9421 if (mAttachInfo.mLeashedParentToken != null) { in onAccessibilityStateChanged()9423 mAttachInfo.mLeashedParentToken, mLeashToken); in onAccessibilityStateChanged()
29188 IBinder mLeashedParentToken; field in View.AttachInfo