Home
last modified time | relevance | path

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

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