Searched refs:getWidthMode (Results 1 – 25 of 29) sorted by relevance
12
/frameworks/base/core/java/com/android/internal/widget/ |
D | OrientationHelper.java | 332 return mLayoutManager.getWidthMode(); in createHorizontalHelper() 435 return mLayoutManager.getWidthMode();
|
D | LinearLayoutManager.java | 1597 && getWidthMode() != View.MeasureSpec.EXACTLY in shouldMeasureTwice()
|
D | RecyclerView.java | 8068 public int getWidthMode() { in getWidthMode() method in RecyclerView.LayoutManager 8373 final int widthSpec = getChildMeasureSpec(getWidth(), getWidthMode(), in measureChild() 8473 final int widthSpec = getChildMeasureSpec(getWidth(), getWidthMode(), in measureChildWithMargins()
|
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
D | OrientationHelper.java | 339 return mLayoutManager.getWidthMode(); in createHorizontalHelper() 442 return mLayoutManager.getWidthMode();
|
D | StaggeredGridLayoutManager.java | 1143 getWidthMode(), 1158 getWidthMode(), 1176 getWidthMode(),
|
D | GridLayoutManager.java | 729 wSpec = getChildMeasureSpec(mOrientationHelper.getTotalSpace(), getWidthMode(), in measureChild()
|
D | LinearLayoutManager.java | 1631 && getWidthMode() != View.MeasureSpec.EXACTLY in shouldMeasureTwice()
|
D | RecyclerView.java | 8638 public int getWidthMode() { in getWidthMode() method in RecyclerView.LayoutManager 8964 final int widthSpec = getChildMeasureSpec(getWidth(), getWidthMode(), in measureChild() 9064 final int widthSpec = getChildMeasureSpec(getWidth(), getWidthMode(), in measureChildWithMargins()
|
/frameworks/support/v7/recyclerview/api_legacy/ |
D | 27.0.0.txt | 557 method public int getWidthMode();
|
D | 26.1.0.txt | 555 method public int getWidthMode();
|
D | 26.0.0.txt | 555 method public int getWidthMode();
|
D | current.txt | 620 method public int getWidthMode();
|
D | 28.0.0-alpha1.txt | 620 method public int getWidthMode();
|
D | 27.1.0.txt | 621 method public int getWidthMode();
|
/frameworks/support/v7/recyclerview/api/ |
D | current.txt | 638 method public int getWidthMode();
|
/frameworks/support/api/ |
D | 25.2.0.txt | 10222 method public int getWidthMode();
|
D | 25.0.0.txt | 9764 method public int getWidthMode();
|
D | 24.2.0.txt | 9677 method public int getWidthMode();
|
D | 25.4.0.txt | 10735 method public int getWidthMode();
|
D | 23.2.1.txt | 10461 method public int getWidthMode();
|
D | 26.0.0-alpha1.txt | 11127 method public int getWidthMode();
|
D | 23.2.0.txt | 10459 method public int getWidthMode();
|
D | 23.4.0.txt | 10477 method public int getWidthMode();
|
D | 25.3.0.txt | 10657 method public int getWidthMode();
|
D | 24.0.0.txt | 11272 method public int getWidthMode();
|
12