Searched refs:mWidthMode (Results 1 – 2 of 2) sorted by relevance
197 private int mWidthMode; field in PopupWindow1171 mWidthMode = widthSpec; in setWindowLayoutMode()1640 if (mWidthMode < 0) { in createPopupLayoutParams()1641 p.width = mLastWidth = mWidthMode; in createPopupLayoutParams()2291 final int finalWidth = mWidthMode < 0 ? mWidthMode : mLastWidth; in update()
6979 private int mWidthMode, mHeightMode; field in RecyclerView.LayoutManager7014 mWidthMode = MeasureSpec.EXACTLY; in setRecyclerView()7020 mWidthMode = MeasureSpec.getMode(wSpec); in setMeasureSpecs()7021 if (mWidthMode == MeasureSpec.UNSPECIFIED && !ALLOW_SIZE_IN_UNSPECIFIED_SPEC) { in setMeasureSpecs()8192 return mWidthMode; in getWidthMode()