Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java195 private int mWidthMode; field in PopupWindow
1167 mWidthMode = widthSpec; in setWindowLayoutMode()
1636 if (mWidthMode < 0) { in createPopupLayoutParams()
1637 p.width = mLastWidth = mWidthMode; in createPopupLayoutParams()
2277 final int finalWidth = mWidthMode < 0 ? mWidthMode : mLastWidth; in update()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java6858 private int mWidthMode, mHeightMode; field in RecyclerView.LayoutManager
6893 mWidthMode = MeasureSpec.EXACTLY; in setRecyclerView()
6899 mWidthMode = MeasureSpec.getMode(wSpec); in setMeasureSpecs()
6900 if (mWidthMode == MeasureSpec.UNSPECIFIED && !ALLOW_SIZE_IN_UNSPECIFIED_SPEC) { in setMeasureSpecs()
8071 return mWidthMode; in getWidthMode()