Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DPopupWindow.java202 private int mHeightMode; field in PopupWindow
1172 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()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java6979 private int mWidthMode, mHeightMode; field in RecyclerView.LayoutManager
7015 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()