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()
934 info.setLeashedParent(mViewRootImpl.mAttachInfo.mLeashedParentToken, in associateLeashedParentIfNeeded()939 return (mViewRootImpl.mAttachInfo.mLeashedParentToken == null in shouldBypassAssociateLeashedParent()
10109 if (mAttachInfo.mLeashedParentToken != null) { in onAccessibilityStateChanged()10111 mAttachInfo.mLeashedParentToken, mLeashToken); in onAccessibilityStateChanged()
29690 IBinder mLeashedParentToken; field in View.AttachInfo