Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java177 private boolean mLayoutInsetDecor = false; field in PopupWindow
964 mLayoutInsetDecor = enabled; in setLayoutInsetDecor()
969 return mLayoutInsetDecor; in isLayoutInsetDecor()
1425 decorView.setFitsSystemWindows(mLayoutInsetDecor); in invokePopup()
1538 if (mLayoutInsetDecor) { in computeFlags()