Searched refs:headerPaddingTop (Results 1 – 1 of 1) sorted by relevance
229 int headerPaddingTop = 0; in onApplyWindowInsets() local235 headerPaddingTop = topLeftRounded.getRadius(); in onApplyWindowInsets()241 headerPaddingTop = Math.max(headerPaddingTop, topRightRounded.getRadius()); in onApplyWindowInsets()245 headerPaddingTop = in onApplyWindowInsets()246 Math.max(headerPaddingTop, insets.getDisplayCutout().getSafeInsetTop()); in onApplyWindowInsets()250 mHeaderPaddingTop = headerPaddingTop; in onApplyWindowInsets()