Searched refs:getWidthMode (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DOrientationHelper.java209 * @see RecyclerView.LayoutManager#getWidthMode()
220 * @see RecyclerView.LayoutManager#getWidthMode()
332 return mLayoutManager.getWidthMode();
435 return mLayoutManager.getWidthMode();
H A DLinearLayoutManager.java1597 && getWidthMode() != View.MeasureSpec.EXACTLY
H A DRecyclerView.java7074 * {@link #getWidth()} and {@link #getWidthMode()}.</li>
8068 public int getWidthMode() { method in class:RecyclerView.LayoutManager
8373 final int widthSpec = getChildMeasureSpec(getWidth(), getWidthMode(),
8473 final int widthSpec = getChildMeasureSpec(getWidth(), getWidthMode(),
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DOrientationHelper.java216 * @see RecyclerView.LayoutManager#getWidthMode()
227 * @see RecyclerView.LayoutManager#getWidthMode()
339 return mLayoutManager.getWidthMode();
442 return mLayoutManager.getWidthMode();
H A DStaggeredGridLayoutManager.java1143 getWidthMode(),
1158 getWidthMode(),
1176 getWidthMode(),
H A DGridLayoutManager.java729 wSpec = getChildMeasureSpec(mOrientationHelper.getTotalSpace(), getWidthMode(),
H A DLinearLayoutManager.java1631 && getWidthMode() != View.MeasureSpec.EXACTLY
H A DRecyclerView.java7648 * {@link #getWidth()} and {@link #getWidthMode()}.</li>
8638 public int getWidthMode() { method in class:RecyclerView.LayoutManager
8964 final int widthSpec = getChildMeasureSpec(getWidth(), getWidthMode(),
9064 final int widthSpec = getChildMeasureSpec(getWidth(), getWidthMode(),

Completed in 89 milliseconds