Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java1839 final View anchorRoot = mAnchorRoot != null ? mAnchorRoot.get() : null; in dismiss() local
1847 decorView.startExitTransition(exitTransition, anchorRoot, in dismiss()
2198 final View anchorRoot = mAnchorRoot != null ? mAnchorRoot.get() : null;
2199 if (anchorRoot != null) {
2200 anchorRoot.removeOnAttachStateChangeListener(mOnAnchorRootDetachedListener);
2216 final View anchorRoot = anchor.getRootView();
2217 anchorRoot.addOnAttachStateChangeListener(mOnAnchorRootDetachedListener);
2220 mAnchorRoot = new WeakReference<>(anchorRoot);
2221 mIsAnchorRootAttached = anchorRoot.isAttachedToWindow();
2342 public void startExitTransition(Transition transition, final View anchorRoot,
[all …]