Home
last modified time | relevance | path

Searched refs:mHeightMode (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DPopupWindow.java200 private int mHeightMode; field in PopupWindow
1168 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()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java6858 private int mWidthMode, mHeightMode; field in RecyclerView.LayoutManager
6894 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()