Searched refs:getHeightMode (Results 1 - 8 of 8) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | OrientationHelper.java | 210 * @see RecyclerView.LayoutManager#getHeightMode() 221 * @see RecyclerView.LayoutManager#getHeightMode() 337 return mLayoutManager.getHeightMode(); 430 return mLayoutManager.getHeightMode();
|
H A D | LinearLayoutManager.java | 1596 return getHeightMode() != View.MeasureSpec.EXACTLY
|
H A D | RecyclerView.java | 7073 * access the measurement specs via {@link #getHeight()}, {@link #getHeightMode()}, 8086 public int getHeightMode() { method in class:RecyclerView.LayoutManager 8376 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(), 8477 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(),
|
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
H A D | OrientationHelper.java | 217 * @see RecyclerView.LayoutManager#getHeightMode() 228 * @see RecyclerView.LayoutManager#getHeightMode() 344 return mLayoutManager.getHeightMode(); 437 return mLayoutManager.getHeightMode();
|
H A D | StaggeredGridLayoutManager.java | 1133 getHeightMode(), 1164 getHeightMode(), 1182 getHeightMode(),
|
H A D | GridLayoutManager.java | 724 hSpec = getChildMeasureSpec(mOrientationHelper.getTotalSpace(), getHeightMode(),
|
H A D | LinearLayoutManager.java | 1630 return getHeightMode() != View.MeasureSpec.EXACTLY
|
H A D | RecyclerView.java | 7647 * access the measurement specs via {@link #getHeight()}, {@link #getHeightMode()}, 8655 public int getHeightMode() { method in class:RecyclerView.LayoutManager 8967 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(), 9068 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(),
|
Completed in 71 milliseconds