Searched refs:shouldReMeasureChild (Results 1 - 6 of 6) sorted by relevance
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
H A D | WrapContentBasicTest.java | 219 public boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, method in class:WrapContentBasicTest.WrapContentLayoutManager 221 return super.shouldReMeasureChild(child, widthSpec, heightSpec, lp);
|
H A D | BaseRecyclerViewInstrumentationTest.java | 742 public boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, method in class:BaseRecyclerViewInstrumentationTest.TestLayoutManager 744 return super.shouldReMeasureChild(child, widthSpec, heightSpec, lp);
|
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
H A D | GridLayoutManager.java | 756 measure = shouldReMeasureChild(child, widthSpec, heightSpec, lp);
|
H A D | StaggeredGridLayoutManager.java | 1200 ? shouldReMeasureChild(child, widthSpec, heightSpec, lp)
|
H A D | RecyclerView.java | 8981 boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { method in class:RecyclerView.LayoutManager
|
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 8390 boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { method in class:RecyclerView.LayoutManager
|
Completed in 63 milliseconds