Searched refs:heightWithoutIntrinsicPadding (Results 1 – 1 of 1) sorted by relevance
1257 …LayoutUnit heightWithoutIntrinsicPadding = totalHeight - intrinsicPaddingBefore() - intrinsicPaddi… in scrollbarsChanged() local1259 LayoutUnit newBeforePadding = (totalHeight - heightWithoutIntrinsicPadding) / 2; in scrollbarsChanged()1260 LayoutUnit newAfterPadding = totalHeight - heightWithoutIntrinsicPadding - newBeforePadding; in scrollbarsChanged()