Searched refs:mHeightMode (Results 1 – 2 of 2) sorted by relevance
202 private int mHeightMode; field in PopupWindow1172 mHeightMode = heightSpec; in setWindowLayoutMode()1634 if (mHeightMode < 0) { in createPopupLayoutParams()1635 p.height = mLastHeight = mHeightMode; in createPopupLayoutParams()2297 final int finalHeight = mHeightMode < 0 ? mHeightMode : mLastHeight; in update()
6979 private int mWidthMode, mHeightMode; field in RecyclerView.LayoutManager7015 mHeightMode = MeasureSpec.EXACTLY; in setRecyclerView()7026 mHeightMode = MeasureSpec.getMode(hSpec); in setMeasureSpecs()7027 if (mHeightMode == MeasureSpec.UNSPECIFIED && !ALLOW_SIZE_IN_UNSPECIFIED_SPEC) { in setMeasureSpecs()8210 return mHeightMode; in getHeightMode()