[go: nahoru, domu]

Searched refs:updateSpecWithExtra (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DGridLayoutManager.java712 widthSpec = updateSpecWithExtra(widthSpec, lp.leftMargin + mDecorInsets.left,
716 heightSpec = updateSpecWithExtra(heightSpec, lp.topMargin + mDecorInsets.top,
731 private int updateSpecWithExtra(int spec, int startInset, int endInset) { method in class:GridLayoutManager
H A DStaggeredGridLayoutManager.java1139 widthSpec = updateSpecWithExtra(widthSpec, lp.leftMargin + mTmpRect.left,
1141 heightSpec = updateSpecWithExtra(heightSpec, lp.topMargin + mTmpRect.top,
1152 private int updateSpecWithExtra(int spec, int startInset, int endInset) { method in class:StaggeredGridLayoutManager

Completed in 62 milliseconds