Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java151 private int mWindowLayoutType = WindowManager.LayoutParams.TYPE_APPLICATION_PANEL; field in PopupWindow
844 mWindowLayoutType = layoutType; in setWindowLayoutType()
853 return mWindowLayoutType; in getWindowLayoutType()
1290 p.type = mWindowLayoutType; in createPopupLayoutParams()