Searched refs:mWidthMode (Results 1 – 2 of 2) sorted by relevance
195 private int mWidthMode; field in PopupWindow1167 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()
6858 private int mWidthMode, mHeightMode; field in RecyclerView.LayoutManager6893 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()