Home
last modified time | relevance | path

Searched defs:shouldMeasureChild (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DWrapContentBasicTest.java227 public boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, in shouldMeasureChild() method in WrapContentBasicTest.WrapContentLayoutManager
DBaseRecyclerViewInstrumentationTest.java744 public boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, in shouldMeasureChild() method in BaseRecyclerViewInstrumentationTest.TestLayoutManager
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java8679 boolean shouldMeasureChild(View child, int widthSpec, int heightSpec, LayoutParams lp) { in shouldMeasureChild() method in RecyclerView.LayoutManager