Searched refs:mHeightMode (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java187 private int mHeightMode; field in class:PopupWindow
1030 mHeightMode = heightSpec;
1487 if (mHeightMode < 0) {
1488 p.height = mLastHeight = mHeightMode;
2137 final int finalHeight = mHeightMode < 0 ? mHeightMode : mLastHeight;
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java6856 private int mWidthMode, mHeightMode; field in class:RecyclerView.LayoutManager
6892 mHeightMode = MeasureSpec.EXACTLY;
6903 mHeightMode = MeasureSpec.getMode(hSpec);
6904 if (mHeightMode == MeasureSpec.UNSPECIFIED && !ALLOW_SIZE_IN_UNSPECIFIED_SPEC) {
8087 return mHeightMode;
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java7405 private int mWidthMode, mHeightMode; field in class:RecyclerView.LayoutManager
7441 mHeightMode = MeasureSpec.EXACTLY;
7452 mHeightMode = MeasureSpec.getMode(hSpec);
7453 if (mHeightMode == MeasureSpec.UNSPECIFIED && !ALLOW_SIZE_IN_UNSPECIFIED_SPEC) {
8656 return mHeightMode;

Completed in 949 milliseconds