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

/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java254 private final Rect mFloatingInsets = new Rect(); field in class:DecorView
673 widthSize - mFloatingInsets.left - mFloatingInsets.right,
700 heightSize - mFloatingInsets.top - mFloatingInsets.bottom, AT_MOST);
770 offsetTopAndBottom(mFloatingInsets.top);
773 offsetLeftAndRight(mFloatingInsets.left);
985 mFloatingInsets.setEmpty();
992 mFloatingInsets.top = insets.getSystemWindowInsetTop();
993 mFloatingInsets
[all...]

Completed in 44 milliseconds