Searched defs:mLastBottomInset (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2217 private int mLastBottomInset = 0; field in class:PhoneWindow.DecorView
2861 mLastBottomInset = Math.min(insets.getStableInsetBottom(),
2881 mLastBottomInset, animate && !disallowAnimate);
2894 int consumedBottom = consumingNavBar ? mLastBottomInset : 0;

Completed in 51 milliseconds