Searched refs:mFloatingInsets (Results 1 – 1 of 1) sorted by relevance
254 private final Rect mFloatingInsets = new Rect(); field in DecorView686 widthSize - mFloatingInsets.left - mFloatingInsets.right,713 heightSize - mFloatingInsets.top - mFloatingInsets.bottom, AT_MOST);760 offsetTopAndBottom(mFloatingInsets.top);763 offsetLeftAndRight(mFloatingInsets.left);1005 mFloatingInsets.setEmpty();1012 mFloatingInsets.top = insets.getSystemWindowInsetTop();1013 mFloatingInsets.bottom = insets.getSystemWindowInsetBottom();1018 mFloatingInsets.left = insets.getSystemWindowInsetTop();1019 mFloatingInsets.right = insets.getSystemWindowInsetBottom();