Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java2061 final View anchorRoot = mAnchorRoot != null ? mAnchorRoot.get() : null; in dismiss() local
2067 decorView.startExitTransition(exitTransition, anchorRoot, epicenter, in dismiss()
2455 final View anchorRoot = mAnchorRoot != null ? mAnchorRoot.get() : null;
2456 if (anchorRoot != null) {
2457 anchorRoot.removeOnAttachStateChangeListener(mOnAnchorRootDetachedListener);
2458 anchorRoot.removeOnLayoutChangeListener(mOnLayoutChangeListener);
2476 final View anchorRoot = anchor.getRootView();
2477 anchorRoot.addOnAttachStateChangeListener(mOnAnchorRootDetachedListener);
2478 anchorRoot.addOnLayoutChangeListener(mOnLayoutChangeListener);
2481 mAnchorRoot = new WeakReference<>(anchorRoot);
[all …]