Home
last modified time | relevance | path

Searched refs:mWidthMode (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DPopupWindow.java184 private int mWidthMode; field in PopupWindow
1029 mWidthMode = widthSpec; in setWindowLayoutMode()
1493 if (mWidthMode < 0) { in createPopupLayoutParams()
1494 p.width = mLastWidth = mWidthMode; in createPopupLayoutParams()
2131 final int finalWidth = mWidthMode < 0 ? mWidthMode : mLastWidth; in update()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java6856 private int mWidthMode, mHeightMode; field in RecyclerView.LayoutManager
6891 mWidthMode = MeasureSpec.EXACTLY; in setRecyclerView()
6897 mWidthMode = MeasureSpec.getMode(wSpec); in setMeasureSpecs()
6898 if (mWidthMode == MeasureSpec.UNSPECIFIED && !ALLOW_SIZE_IN_UNSPECIFIED_SPEC) { in setMeasureSpecs()
8069 return mWidthMode; in getWidthMode()
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java7405 private int mWidthMode, mHeightMode; field in RecyclerView.LayoutManager
7440 mWidthMode = MeasureSpec.EXACTLY; in setRecyclerView()
7446 mWidthMode = MeasureSpec.getMode(wSpec); in setMeasureSpecs()
7447 if (mWidthMode == MeasureSpec.UNSPECIFIED && !ALLOW_SIZE_IN_UNSPECIFIED_SPEC) { in setMeasureSpecs()
8639 return mWidthMode; in getWidthMode()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt7127 Landroid/widget/PopupWindow;->mWidthMode:I
Dhiddenapi-private-dex.txt103518 Landroid/widget/PopupWindow;->mWidthMode:I