Searched refs:getWidthMode (Results 1 - 8 of 8) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | OrientationHelper.java | 209 * @see RecyclerView.LayoutManager#getWidthMode() 220 * @see RecyclerView.LayoutManager#getWidthMode() 332 return mLayoutManager.getWidthMode(); 435 return mLayoutManager.getWidthMode();
|
H A D | LinearLayoutManager.java | 1597 && getWidthMode() != View.MeasureSpec.EXACTLY
|
H A D | RecyclerView.java | 7074 * {@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 D | OrientationHelper.java | 216 * @see RecyclerView.LayoutManager#getWidthMode() 227 * @see RecyclerView.LayoutManager#getWidthMode() 339 return mLayoutManager.getWidthMode(); 442 return mLayoutManager.getWidthMode();
|
H A D | StaggeredGridLayoutManager.java | 1143 getWidthMode(), 1158 getWidthMode(), 1176 getWidthMode(),
|
H A D | GridLayoutManager.java | 729 wSpec = getChildMeasureSpec(mOrientationHelper.getTotalSpace(), getWidthMode(),
|
H A D | LinearLayoutManager.java | 1631 && getWidthMode() != View.MeasureSpec.EXACTLY
|
H A D | RecyclerView.java | 7648 * {@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