Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java1911 final View anchorRoot = mAnchorRoot != null ? mAnchorRoot.get() : null; in dismiss() local
1917 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 …]