Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java179 private boolean mAttachedInDecor = true; field in PopupWindow
931 return mAttachedInDecor; in isAttachedInDecor()
947 mAttachedInDecor = enabled; in setAttachedInDecor()
1548 if (mAttachedInDecor) { in computeFlags()