Searched refs:endInset (Results 1 – 2 of 2) sorted by relevance
488 private int updateSpecWithExtra(int spec, int startInset, int endInset) { in updateSpecWithExtra() argument489 if (startInset == 0 && endInset == 0) { in updateSpecWithExtra()495 View.MeasureSpec.getSize(spec) - startInset - endInset, mode); in updateSpecWithExtra()
1008 private int updateSpecWithExtra(int spec, int startInset, int endInset) {1009 if (startInset == 0 && endInset == 0) {1015 View.MeasureSpec.getSize(spec) - startInset - endInset, mode);