Searched refs:getDecoratedMeasuredHeight (Results 1 – 13 of 13) sorted by relevance
284 return mLayoutManager.getDecoratedMeasuredHeight(view) + params.topMargin in createHorizontalHelper()374 return mLayoutManager.getDecoratedMeasuredHeight(view) + params.topMargin
7942 public int getDecoratedMeasuredHeight(View child) { in getDecoratedMeasuredHeight() method in RecyclerView.LayoutManager
633 getWidth(), top + getDecoratedMeasuredHeight(view)); in layoutRange()636 , top + getDecoratedMeasuredHeight(view)); in layoutRange()
215 child0.getBottom() + getDecoratedMeasuredHeight(view)); in focusSearchWithOtherFocusables()
328 method public int getDecoratedMeasuredHeight(android.view.View);
384 method public int getDecoratedMeasuredHeight(android.view.View);
440 method public int getDecoratedMeasuredHeight(android.view.View);
436 method public int getDecoratedMeasuredHeight(android.view.View);
473 method public int getDecoratedMeasuredHeight(android.view.View);
482 method public int getDecoratedMeasuredHeight(android.view.View);
498 method public int getDecoratedMeasuredHeight(android.view.View);
1173 return getDecoratedMeasuredHeight(v) + lp.topMargin + lp.bottomMargin; in getDecoratedMeasuredHeightWithMargin()