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

/frameworks/base/core/java/com/android/internal/widget/
H A DOrientationHelper.java210 * @see RecyclerView.LayoutManager#getHeightMode()
221 * @see RecyclerView.LayoutManager#getHeightMode()
337 return mLayoutManager.getHeightMode();
430 return mLayoutManager.getHeightMode();
H A DLinearLayoutManager.java1596 return getHeightMode() != View.MeasureSpec.EXACTLY
H A DRecyclerView.java7073 * 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 DOrientationHelper.java217 * @see RecyclerView.LayoutManager#getHeightMode()
228 * @see RecyclerView.LayoutManager#getHeightMode()
344 return mLayoutManager.getHeightMode();
437 return mLayoutManager.getHeightMode();
H A DStaggeredGridLayoutManager.java1133 getHeightMode(),
1164 getHeightMode(),
1182 getHeightMode(),
H A DGridLayoutManager.java724 hSpec = getChildMeasureSpec(mOrientationHelper.getTotalSpace(), getHeightMode(),
H A DLinearLayoutManager.java1630 return getHeightMode() != View.MeasureSpec.EXACTLY
H A DRecyclerView.java7647 * 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