Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java105 private int mWidthMode; field in PopupWindow
817 mWidthMode = widthSpec; in setWindowLayoutMode()
932 if (mWidthMode < 0) p.width = mLastWidth = mWidthMode; in showAtLocation()
1004 if (mWidthMode < 0) p.width = mLastWidth = mWidthMode; in showAsDropDown()
1524 final int finalWidth = mWidthMode < 0 ? mWidthMode : mLastWidth; in update()