Searched refs:mDecorInsets (Results 1 – 2 of 2) sorted by relevance
64 final Rect mDecorInsets = new Rect(); field in GridLayoutManager585 calculateItemDecorationsForChild(view, mDecorInsets); in layoutChunk()618 final Rect decorInsets = lp.mDecorInsets; in layoutChunk()703 final Rect decorInsets = lp.mDecorInsets; in measureChild()
2416 final Rect insets = lp.mDecorInsets; in requestChildFocus()4613 final Rect insets = lp.mDecorInsets; in getDecoratedBoundsWithMarginsInt()4623 return lp.mDecorInsets; in getItemDecorInsetsForChild()4628 return lp.mDecorInsets; in getItemDecorInsetsForChild()4630 final Rect insets = lp.mDecorInsets; in getItemDecorInsetsForChild()8721 final Rect insets = ((LayoutParams) child.getLayoutParams()).mDecorInsets; in getDecoratedMeasuredWidth()8735 final Rect insets = ((LayoutParams) child.getLayoutParams()).mDecorInsets; in getDecoratedMeasuredHeight()8770 final Rect insets = ((LayoutParams) child.getLayoutParams()).mDecorInsets; in layoutDecorated()8807 final Rect insets = lp.mDecorInsets; in layoutDecoratedWithMargins()8826 Rect insets = ((LayoutParams) child.getLayoutParams()).mDecorInsets; in getTransformedBoundingBox()[all …]