Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java189 private boolean mAttachedInDecor = true; field in PopupWindow
1049 return mAttachedInDecor; in isAttachedInDecor()
1065 mAttachedInDecor = enabled; in setAttachedInDecor()
1693 if (mAttachedInDecor) { in computeFlags()