Searched refs:heightWithoutIntrinsicPadding (Results 1 – 1 of 1) sorted by relevance
1066 …int heightWithoutIntrinsicPadding = totalHeight - intrinsicPaddingBefore() - intrinsicPaddingAfter… in scrollbarsChanged() local1068 int newBeforePadding = (totalHeight - heightWithoutIntrinsicPadding) / 2; in scrollbarsChanged()1069 int newAfterPadding = totalHeight - heightWithoutIntrinsicPadding - newBeforePadding; in scrollbarsChanged()