Home
last modified time | relevance | path

Searched refs:getHeightMode (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/widget/
DOrientationHelper.java337 return mLayoutManager.getHeightMode(); in createHorizontalHelper()
430 return mLayoutManager.getHeightMode();
DLinearLayoutManager.java1596 return getHeightMode() != View.MeasureSpec.EXACTLY in shouldMeasureTwice()
DRecyclerView.java8086 public int getHeightMode() { in getHeightMode() method in RecyclerView.LayoutManager
8376 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(), in measureChild()
8477 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(), in measureChildWithMargins()
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DOrientationHelper.java344 return mLayoutManager.getHeightMode(); in createHorizontalHelper()
437 return mLayoutManager.getHeightMode();
DStaggeredGridLayoutManager.java1133 getHeightMode(),
1164 getHeightMode(),
1182 getHeightMode(),
DGridLayoutManager.java724 hSpec = getChildMeasureSpec(mOrientationHelper.getTotalSpace(), getHeightMode(), in measureChild()
DLinearLayoutManager.java1630 return getHeightMode() != View.MeasureSpec.EXACTLY in shouldMeasureTwice()
DRecyclerView.java8655 public int getHeightMode() { in getHeightMode() method in RecyclerView.LayoutManager
8967 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(), in measureChild()
9068 final int heightSpec = getChildMeasureSpec(getHeight(), getHeightMode(), in measureChildWithMargins()
/frameworks/support/v7/recyclerview/api_legacy/
D27.0.0.txt536 method public int getHeightMode();
D26.1.0.txt534 method public int getHeightMode();
D26.0.0.txt534 method public int getHeightMode();
Dcurrent.txt599 method public int getHeightMode();
D28.0.0-alpha1.txt599 method public int getHeightMode();
D27.1.0.txt600 method public int getHeightMode();
/frameworks/support/v7/recyclerview/api/
Dcurrent.txt617 method public int getHeightMode();
/frameworks/support/api/
D25.2.0.txt10201 method public int getHeightMode();
D25.0.0.txt9743 method public int getHeightMode();
D24.2.0.txt9656 method public int getHeightMode();
D25.4.0.txt10714 method public int getHeightMode();
D23.2.1.txt10441 method public int getHeightMode();
D26.0.0-alpha1.txt11106 method public int getHeightMode();
D23.2.0.txt10439 method public int getHeightMode();
D23.4.0.txt10457 method public int getHeightMode();
D25.3.0.txt10636 method public int getHeightMode();
D24.0.0.txt11251 method public int getHeightMode();

12