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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java184 private int mWidthMode; field in class:PopupWindow
1029 mWidthMode = widthSpec;
1493 if (mWidthMode < 0) {
1494 p.width = mLastWidth = mWidthMode;
2131 final int finalWidth = mWidthMode < 0 ? mWidthMode : mLastWidth;
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java6856 private int mWidthMode, mHeightMode; field in class:RecyclerView.LayoutManager
6891 mWidthMode = MeasureSpec.EXACTLY;
6897 mWidthMode = MeasureSpec.getMode(wSpec);
6898 if (mWidthMode == MeasureSpec.UNSPECIFIED && !ALLOW_SIZE_IN_UNSPECIFIED_SPEC) {
8069 return mWidthMode;
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java7405 private int mWidthMode, mHeightMode; field in class:RecyclerView.LayoutManager
7440 mWidthMode = MeasureSpec.EXACTLY;
7446 mWidthMode = MeasureSpec.getMode(wSpec);
7447 if (mWidthMode == MeasureSpec.UNSPECIFIED && !ALLOW_SIZE_IN_UNSPECIFIED_SPEC) {
8639 return mWidthMode;

Completed in 95 milliseconds