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

/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java2252 private boolean mLastHasTopStableInset = false; field in class:PhoneWindow.DecorView
2898 disallowAnimate |= (hasTopStableInset != mLastHasTopStableInset);
2899 mLastHasTopStableInset = hasTopStableInset;

Completed in 34 milliseconds