Home
last modified time | relevance | path

Searched refs:mFloatingInsets (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java258 private final Rect mFloatingInsets = new Rect(); field in DecorView
691 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()
1022 mFloatingInsets.setEmpty(); in onApplyWindowInsets()
1029 mFloatingInsets.top = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()
1030 mFloatingInsets.bottom = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets()
1035 mFloatingInsets.left = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()
1036 mFloatingInsets.right = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets()