Searched refs:topInset (Results 1 – 2 of 2) sorted by relevance
41 private int topInset; field in OnHoldFragment76 topInset = v.getRootWindowInsets().getSystemWindowInsetTop(); in onCreateView()96 int newPadding = padTopInset ? topInset : 0; in applyInset()
192 int topInset = v.getRootWindowInsets().getSystemWindowInsetTop(); in onCreateView()194 if (topInset != container.getPaddingTop()) { in onCreateView()196 container.setPadding(0, topInset, 0, bottomInset); in onCreateView()