Searched refs:shouldMeasureChild (Results 1 - 6 of 6) sorted by relevance
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
H A D | WrapContentBasicTest.java | 225 public boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, method in class:WrapContentBasicTest.WrapContentLayoutManager 227 return super.shouldMeasureChild(child, widthSpec, heightSpec, lp);
|
H A D | BaseRecyclerViewInstrumentationTest.java | 748 public boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, method in class:BaseRecyclerViewInstrumentationTest.TestLayoutManager 750 return super.shouldMeasureChild(child, widthSpec, heightSpec, lp);
|
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
H A D | GridLayoutManager.java | 758 measure = shouldMeasureChild(child, widthSpec, heightSpec, lp);
|
H A D | RecyclerView.java | 8970 if (shouldMeasureChild(child, widthSpec, heightSpec, lp)) { 8995 boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { method in class:RecyclerView.LayoutManager 9072 if (shouldMeasureChild(child, widthSpec, heightSpec, lp)) {
|
H A D | StaggeredGridLayoutManager.java | 1201 : shouldMeasureChild(child, widthSpec, heightSpec, lp);
|
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 8379 if (shouldMeasureChild(child, widthSpec, heightSpec, lp)) { 8404 boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { method in class:RecyclerView.LayoutManager 8481 if (shouldMeasureChild(child, widthSpec, heightSpec, lp)) {
|
Completed in 69 milliseconds