Searched defs:updateSpecWithExtra (Results 1 - 1 of 1) sorted by path

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java1156 widthSpec = updateSpecWithExtra(widthSpec, lp.leftMargin + mTmpRect.left,
1158 heightSpec = updateSpecWithExtra(heightSpec, lp.topMargin + mTmpRect.top,
1169 private int updateSpecWithExtra(int spec, int startInset, int endInset) { method in class:StaggeredGridLayoutManager

Completed in 83 milliseconds