Home
last modified time | relevance | path

Searched refs:getDecoratedMeasuredHeight (Results 1 – 13 of 13) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DOrientationHelper.java284 return mLayoutManager.getDecoratedMeasuredHeight(view) + params.topMargin in createHorizontalHelper()
374 return mLayoutManager.getDecoratedMeasuredHeight(view) + params.topMargin
DRecyclerView.java7942 public int getDecoratedMeasuredHeight(View child) { in getDecoratedMeasuredHeight() method in RecyclerView.LayoutManager
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewInstrumentationTest.java633 getWidth(), top + getDecoratedMeasuredHeight(view)); in layoutRange()
636 , top + getDecoratedMeasuredHeight(view)); in layoutRange()
DRecyclerViewLayoutTest.java215 child0.getBottom() + getDecoratedMeasuredHeight(view)); in focusSearchWithOtherFocusables()
/frameworks/support/v7/recyclerview/api/
D22.0.0.txt328 method public int getDecoratedMeasuredHeight(android.view.View);
D22.1.0.txt384 method public int getDecoratedMeasuredHeight(android.view.View);
D22.2.1.txt440 method public int getDecoratedMeasuredHeight(android.view.View);
D22.2.0.txt436 method public int getDecoratedMeasuredHeight(android.view.View);
D23.0.0.txt473 method public int getDecoratedMeasuredHeight(android.view.View);
D23.1.0.txt482 method public int getDecoratedMeasuredHeight(android.view.View);
Dcurrent.txt498 method public int getDecoratedMeasuredHeight(android.view.View);
D23.1.1.txt482 method public int getDecoratedMeasuredHeight(android.view.View);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java1173 return getDecoratedMeasuredHeight(v) + lp.topMargin + lp.bottomMargin; in getDecoratedMeasuredHeightWithMargin()