Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java197 private int mWidthMode; field in PopupWindow
1171 mWidthMode = widthSpec; in setWindowLayoutMode()
1640 if (mWidthMode < 0) { in createPopupLayoutParams()
1641 p.width = mLastWidth = mWidthMode; in createPopupLayoutParams()
2291 final int finalWidth = mWidthMode < 0 ? mWidthMode : mLastWidth; in update()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java6979 private int mWidthMode, mHeightMode; field in RecyclerView.LayoutManager
7014 mWidthMode = MeasureSpec.EXACTLY; in setRecyclerView()
7020 mWidthMode = MeasureSpec.getMode(wSpec); in setMeasureSpecs()
7021 if (mWidthMode == MeasureSpec.UNSPECIFIED && !ALLOW_SIZE_IN_UNSPECIFIED_SPEC) { in setMeasureSpecs()
8192 return mWidthMode; in getWidthMode()