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

/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java2253 private boolean mLastHasBottomStableInset = false; field in class:PhoneWindow.DecorView
2902 disallowAnimate |= (hasBottomStableInset != mLastHasBottomStableInset);
2903 mLastHasBottomStableInset = hasBottomStableInset;

Completed in 112 milliseconds