Home
last modified time | relevance | path

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

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