Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java131 private int mWidthMode; field in PopupWindow
891 mWidthMode = widthSpec; in setWindowLayoutMode()
1307 if (mWidthMode < 0) { in createPopupLayoutParams()
1308 p.width = mLastWidth = mWidthMode; in createPopupLayoutParams()
1776 final int finalWidth = mWidthMode < 0 ? mWidthMode : mLastWidth; in update()