Home
last modified time | relevance | path

Searched refs:mDecorInsets (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DGridLayoutManager.java64 final Rect mDecorInsets = new Rect(); field in GridLayoutManager
565 calculateItemDecorationsForChild(child, mDecorInsets); in measureChildWithDecorationsAndMargin()
568 widthSpec = updateSpecWithExtra(widthSpec, lp.leftMargin + mDecorInsets.left, in measureChildWithDecorationsAndMargin()
569 lp.rightMargin + mDecorInsets.right); in measureChildWithDecorationsAndMargin()
572 heightSpec = updateSpecWithExtra(heightSpec, lp.topMargin + mDecorInsets.top, in measureChildWithDecorationsAndMargin()
573 lp.bottomMargin + mDecorInsets.bottom); in measureChildWithDecorationsAndMargin()
DRecyclerView.java1951 final Rect insets = lp.mDecorInsets; in requestChildFocus()
3750 return lp.mDecorInsets; in getItemDecorInsetsForChild()
3753 final Rect insets = lp.mDecorInsets; in getItemDecorInsetsForChild()
6989 final Rect insets = ((LayoutParams) child.getLayoutParams()).mDecorInsets; in getDecoratedMeasuredWidth()
7003 final Rect insets = ((LayoutParams) child.getLayoutParams()).mDecorInsets; in getDecoratedMeasuredHeight()
7035 final Rect insets = ((LayoutParams) child.getLayoutParams()).mDecorInsets; in layoutDecorated()
7126 return ((LayoutParams) child.getLayoutParams()).mDecorInsets.top; in getTopDecorationHeight()
7141 return ((LayoutParams) child.getLayoutParams()).mDecorInsets.bottom; in getBottomDecorationHeight()
7156 return ((LayoutParams) child.getLayoutParams()).mDecorInsets.left; in getLeftDecorationWidth()
7171 return ((LayoutParams) child.getLayoutParams()).mDecorInsets.right; in getRightDecorationWidth()
[all …]