Searched refs:mFloatingInsets (Results 1 – 1 of 1) sorted by relevance
271 private final Rect mFloatingInsets = new Rect(); field in DecorView714 widthSize - mFloatingInsets.left - mFloatingInsets.right,741 heightSize - mFloatingInsets.top - mFloatingInsets.bottom, AT_MOST);786 offsetTopAndBottom(mFloatingInsets.top);789 offsetLeftAndRight(mFloatingInsets.left);1020 mFloatingInsets.setEmpty();1027 mFloatingInsets.top = insets.getSystemWindowInsetTop();1028 mFloatingInsets.bottom = insets.getSystemWindowInsetBottom();1033 mFloatingInsets.left = insets.getSystemWindowInsetTop();1034 mFloatingInsets.right = insets.getSystemWindowInsetBottom();