Searched refs:anchorRoot (Results 1 – 1 of 1) sorted by relevance
1911 final View anchorRoot = mAnchorRoot != null ? mAnchorRoot.get() : null; in dismiss() local1917 decorView.startExitTransition(exitTransition, anchorRoot, epicenter, in dismiss()2303 final View anchorRoot = mAnchorRoot != null ? mAnchorRoot.get() : null;2304 if (anchorRoot != null) {2305 anchorRoot.removeOnAttachStateChangeListener(mOnAnchorRootDetachedListener);2306 anchorRoot.removeOnLayoutChangeListener(mOnLayoutChangeListener);2324 final View anchorRoot = anchor.getRootView();2325 anchorRoot.addOnAttachStateChangeListener(mOnAnchorRootDetachedListener);2326 anchorRoot.addOnLayoutChangeListener(mOnLayoutChangeListener);2329 mAnchorRoot = new WeakReference<>(anchorRoot);[all …]