Home
last modified time | relevance | path

Searched refs:shouldReMeasureChild (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DWrapContentBasicTest.java224 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()
DBaseRecyclerViewInstrumentationTest.java740 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/
DGridLayoutManager.java761 measure = shouldReMeasureChild(child, widthSpec, heightSpec, lp); in measureChildWithDecorationsAndMargin()
DStaggeredGridLayoutManager.java1157 ? shouldReMeasureChild(child, widthSpec, heightSpec, lp)
DRecyclerView.java8072 boolean shouldReMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldReMeasureChild() method in RecyclerView.LayoutManager