Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java186 private boolean mLayoutInsetDecor = false; field in PopupWindow
1083 mLayoutInsetDecor = enabled; in setLayoutInsetDecor()
1088 return mLayoutInsetDecor; in isLayoutInsetDecor()
1573 decorView.setFitsSystemWindows(mLayoutInsetDecor); in invokePopup()
1687 if (mLayoutInsetDecor) { in computeFlags()