Searched refs:mWidthMode (Results 1 – 2 of 2) sorted by relevance
196 private int mWidthMode; field in PopupWindow1168 mWidthMode = widthSpec; in setWindowLayoutMode()1637 if (mWidthMode < 0) { in createPopupLayoutParams()1638 p.width = mLastWidth = mWidthMode; in createPopupLayoutParams()2278 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()