Searched refs:startInset (Results 1 – 2 of 2) sorted by relevance
578 private int updateSpecWithExtra(int spec, int startInset, int endInset) { in updateSpecWithExtra() argument579 if (startInset == 0 && endInset == 0) { in updateSpecWithExtra()585 View.MeasureSpec.getSize(spec) - startInset - endInset, mode); in updateSpecWithExtra()
1036 private int updateSpecWithExtra(int spec, int startInset, int endInset) {1037 if (startInset == 0 && endInset == 0) {1043 View.MeasureSpec.getSize(spec) - startInset - endInset, mode);