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

/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java2254 private boolean mLastHasRightStableInset = false; field in class:PhoneWindow.DecorView
2906 disallowAnimate |= (hasRightStableInset != mLastHasRightStableInset);
2907 mLastHasRightStableInset = hasRightStableInset;

Completed in 13 milliseconds