Searched refs:shouldReMeasureChild (Results 1 – 5 of 5) sorted by relevance
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | WrapContentBasicTest.java | 224 public boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, in shouldReMeasureChild() method in WrapContentBasicTest.WrapContentLayoutManager 226 return super.shouldReMeasureChild(child, widthSpec, heightSpec, lp); in shouldReMeasureChild()
|
D | BaseRecyclerViewInstrumentationTest.java | 740 public boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, in shouldReMeasureChild() method in BaseRecyclerViewInstrumentationTest.TestLayoutManager 742 return super.shouldReMeasureChild(child, widthSpec, heightSpec, lp); in shouldReMeasureChild()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | GridLayoutManager.java | 761 measure = shouldReMeasureChild(child, widthSpec, heightSpec, lp); in measureChildWithDecorationsAndMargin()
|
D | StaggeredGridLayoutManager.java | 1157 ? shouldReMeasureChild(child, widthSpec, heightSpec, lp)
|
D | RecyclerView.java | 8072 boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldReMeasureChild() method in RecyclerView.LayoutManager
|