Searched refs:mHeightMode (Results 1 – 2 of 2) sorted by relevance
200 private int mHeightMode; field in PopupWindow1168 mHeightMode = heightSpec; in setWindowLayoutMode()1630 if (mHeightMode < 0) { in createPopupLayoutParams()1631 p.height = mLastHeight = mHeightMode; in createPopupLayoutParams()2283 final int finalHeight = mHeightMode < 0 ? mHeightMode : mLastHeight; in update()
6858 private int mWidthMode, mHeightMode; field in RecyclerView.LayoutManager6894 mHeightMode = MeasureSpec.EXACTLY; in setRecyclerView()6905 mHeightMode = MeasureSpec.getMode(hSpec); in setMeasureSpecs()6906 if (mHeightMode == MeasureSpec.UNSPECIFIED && !ALLOW_SIZE_IN_UNSPECIFIED_SPEC) { in setMeasureSpecs()8089 return mHeightMode; in getHeightMode()