Searched refs:mFloatingInsets (Results 1 – 1 of 1) sorted by relevance
258 private final Rect mFloatingInsets = new Rect(); field in DecorView691 widthSize - mFloatingInsets.left - mFloatingInsets.right,718 heightSize - mFloatingInsets.top - mFloatingInsets.bottom, AT_MOST);788 offsetTopAndBottom(mFloatingInsets.top); in onLayout()791 offsetLeftAndRight(mFloatingInsets.left); in onLayout()1024 mFloatingInsets.setEmpty(); in onApplyWindowInsets()1031 mFloatingInsets.top = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()1032 mFloatingInsets.bottom = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets()1037 mFloatingInsets.left = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()1038 mFloatingInsets.right = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets()