Searched refs:startInset (Results 1 – 2 of 2) sorted by relevance
731 private int updateSpecWithExtra(int spec, int startInset, int endInset) { in updateSpecWithExtra() argument732 if (startInset == 0 && endInset == 0) { in updateSpecWithExtra()738 Math.max(0, View.MeasureSpec.getSize(spec) - startInset - endInset), mode); in updateSpecWithExtra()
1152 private int updateSpecWithExtra(int spec, int startInset, int endInset) {1153 if (startInset == 0 && endInset == 0) {1159 Math.max(0, View.MeasureSpec.getSize(spec) - startInset - endInset), mode);