Searched refs:getHeightMode (Results 1 – 25 of 29) sorted by relevance
12
/frameworks/base/core/java/com/android/internal/widget/ |
D | OrientationHelper.java | 337 return mLayoutManager.getHeightMode(); in createHorizontalHelper() 430 return mLayoutManager.getHeightMode();
|
D | LinearLayoutManager.java | 1596 return getHeightMode() != View.MeasureSpec.EXACTLY in shouldMeasureTwice()
|
D | RecyclerView.java | 8086 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/ |
D | OrientationHelper.java | 344 return mLayoutManager.getHeightMode(); in createHorizontalHelper() 437 return mLayoutManager.getHeightMode();
|
D | StaggeredGridLayoutManager.java | 1133 getHeightMode(), 1164 getHeightMode(), 1182 getHeightMode(),
|
D | GridLayoutManager.java | 724 hSpec = getChildMeasureSpec(mOrientationHelper.getTotalSpace(), getHeightMode(), in measureChild()
|
D | LinearLayoutManager.java | 1630 return getHeightMode() != View.MeasureSpec.EXACTLY in shouldMeasureTwice()
|
D | RecyclerView.java | 8655 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/ |
D | 27.0.0.txt | 536 method public int getHeightMode();
|
D | 26.1.0.txt | 534 method public int getHeightMode();
|
D | 26.0.0.txt | 534 method public int getHeightMode();
|
D | current.txt | 599 method public int getHeightMode();
|
D | 28.0.0-alpha1.txt | 599 method public int getHeightMode();
|
D | 27.1.0.txt | 600 method public int getHeightMode();
|
/frameworks/support/v7/recyclerview/api/ |
D | current.txt | 617 method public int getHeightMode();
|
/frameworks/support/api/ |
D | 25.2.0.txt | 10201 method public int getHeightMode();
|
D | 25.0.0.txt | 9743 method public int getHeightMode();
|
D | 24.2.0.txt | 9656 method public int getHeightMode();
|
D | 25.4.0.txt | 10714 method public int getHeightMode();
|
D | 23.2.1.txt | 10441 method public int getHeightMode();
|
D | 26.0.0-alpha1.txt | 11106 method public int getHeightMode();
|
D | 23.2.0.txt | 10439 method public int getHeightMode();
|
D | 23.4.0.txt | 10457 method public int getHeightMode();
|
D | 25.3.0.txt | 10636 method public int getHeightMode();
|
D | 24.0.0.txt | 11251 method public int getHeightMode();
|
12