Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java185 private boolean mLayoutInsetDecor = false; field in PopupWindow
1082 mLayoutInsetDecor = enabled; in setLayoutInsetDecor()
1087 return mLayoutInsetDecor; in isLayoutInsetDecor()
1572 decorView.setFitsSystemWindows(mLayoutInsetDecor); in invokePopup()
1686 if (mLayoutInsetDecor) { in computeFlags()