Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DGridLayoutManager.java628 final int horizontalInsets = decorInsets.left + decorInsets.right in layoutChunk() local
635 horizontalInsets, lp.width, false); in layoutChunk()
639 wSpec = View.MeasureSpec.makeMeasureSpec(maxSize - horizontalInsets, in layoutChunk()
715 final int horizontalInsets = decorInsets.left + decorInsets.right in measureChild() local
722 horizontalInsets, lp.width, false); in measureChild()
729 horizontalInsets, lp.width, true); in measureChild()